Html Css Color HEX #E10CFD Psychedelic Purple

📋 copy color: '#E10CFD'

red 225 ◦ green 12 ◦ blue 253

#E10CFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #E10CFD

Tints of Psychedelic Purple #E10CFD

RGB

 RED value IS 225 (88.28% from 255) = 45.92%

 GREEN value IS 12 (5.08% from 255) = 2.45%

 BLUE value IS 253 (99.22% from 255) = 51.63%

R = 45.92%
G = 2.45%
B = 51.63%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E10CFD (or 0xE10CFD) is known color: Psychedelic Purple. HEX triplet: E1, 0C and FD. RGB value is (225,12,253). Sum of RGB (Red+Green+Blue) = 225+12+253=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 12 (5.08% from 255 or 2.45% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #E10CFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10CFD is #1EF302. Grayscale: #666666. Windows color (decimal): -2028291 or 16583905. OLE color: 16583905.

HSL color Cylindrical-coordinate representation of color #E10CFD: hue angle of 293.03º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10CFD is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 12 253 -
CMYK 0.11 0.95 0 0.01
HSL 293.03º 0.98% 0.52% -
HSV(B) 293.03º 0.95% 0.99% -
XYZ 48.91 23.36 94.86 -
YUV 103.16 212.57 214.9 -
System Red Green Blue C M Y K H S L
Decimal 225 12 253 0.11 0.95 0 0.01 293.03 0.98 0.52
Hex E1 C FD B 5F 0 1 125 62 34
Octal 341 14 375 13 137 0 1 445 142 64
Binary 11100001 1100 11111101 1011 1011111 0 1 100100101 1100010 110100

Color Harmonies of #E10CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10CFD

Black with #E10CFD

Text Example


Text Example

White with #E10CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10CFD; }

 p { color: rgb(225,12,253); }

 H1.HeaderClassName
 {
   color: #E10CFD;
 }
 .AnyTagClassName
 {
   color: #E10CFD;
 }
</style>

background-color css

<style>
 a { background-color: #E10CFD; }

 a { background-color: rgb(225,12,253); }

 div.DivClassName
 {
   background-color: #E10CFD;
 }
 .BgClassName
 {
   background-color: #E10CFD;
 }
</style>

border-color css

<style>
 span { border-color: #E10CFD; }

 span { border-color: rgb(225,12,253); }

 td.TdClassName
 {
   border-color: #E10CFD;
 }
 .TagClassName
 {
   border-color: #E10CFD;
 }
</style>