Html Css Color HEX #EA10E8 Psychedelic Purple

📋 copy color: '#EA10E8'

red 234 ◦ green 16 ◦ blue 232

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

Shades of Psychedelic Purple #EA10E8

Tints of Psychedelic Purple #EA10E8

RGB

 RED value IS 234 (91.8% from 255) = 48.55%

 GREEN value IS 16 (6.64% from 255) = 3.32%

 BLUE value IS 232 (91.02% from 255) = 48.13%

R = 48.55%
G = 3.32%
B = 48.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EA10E8 (or 0xEA10E8) is known color: Psychedelic Purple. HEX triplet: EA, 10 and E8. RGB value is (234,16,232). Sum of RGB (Red+Green+Blue) = 234+16+232=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 16 (6.64% from 255 or 3.32% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA10E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA10E8 is #15EF17. Grayscale: #696969. Windows color (decimal): -1437464 or 15208682. OLE color: 15208682.

HSL color Cylindrical-coordinate representation of color #EA10E8: hue angle of 300.55º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA10E8 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 16 232 -
CMYK 0 0.93 0.01 0.08
HSL 300.55º 0.87% 0.49% -
HSV(B) 300.55º 0.93% 0.92% -
XYZ 48.68 23.69 78.35 -
YUV 105.81 199.22 219.44 -
System Red Green Blue C M Y K H S L
Decimal 234 16 232 0 0.93 0.01 0.08 300.55 0.87 0.49
Hex EA 10 E8 0 5D 1 8 12D 57 31
Octal 352 20 350 0 135 1 10 455 127 61
Binary 11101010 10000 11101000 0 1011101 1 1000 100101101 1010111 110001

Color Harmonies of #EA10E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA10E8

Black with #EA10E8

Text Example


Text Example

White with #EA10E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA10E8; }

 p { color: rgb(234,16,232); }

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

background-color css

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

 a { background-color: rgb(234,16,232); }

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

border-color css

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

 span { border-color: rgb(234,16,232); }

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