Html Css Color HEX #E10CFE Psychedelic Purple

📋 copy color: '#E10CFE'

red 225 ◦ green 12 ◦ blue 254

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

Shades of Psychedelic Purple #E10CFE

Tints of Psychedelic Purple #E10CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.73%

R = 45.82%
G = 2.44%
B = 51.73%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E10CFE (or 0xE10CFE) is known color: Psychedelic Purple. HEX triplet: E1, 0C and FE. RGB value is (225,12,254). Sum of RGB (Red+Green+Blue) = 225+12+254=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 12 (5.08% from 255 or 2.44% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #E10CFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10CFE is #1EF301. Grayscale: #666666. Windows color (decimal): -2028290 or 16649441. OLE color: 16649441.

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

Color convert

RGB 225 12 254 -
CMYK 0.11 0.95 0 0.00
HSL 292.81º 0.99% 0.52% -
HSV(B) 292.81º 0.95% 1% -
XYZ 49.07 23.43 95.7 -
YUV 103.28 213.07 214.82 -
System Red Green Blue C M Y K H S L
Decimal 225 12 254 0.11 0.95 0 0.00 292.81 0.99 0.52
Hex E1 C FE B 5F 0 0 125 63 34
Octal 341 14 376 13 137 0 0 445 143 64
Binary 11100001 1100 11111110 1011 1011111 0 0 100100101 1100011 110100

Color Harmonies of #E10CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10CFE

Black with #E10CFE

Text Example


Text Example

White with #E10CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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