Html Css Color HEX #EA8EE4 Violet

📋 copy color: '#EA8EE4'

red 234 ◦ green 142 ◦ blue 228

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

Shades of Violet #EA8EE4

Tints of Violet #EA8EE4

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.51%

 BLUE value IS 228 (89.45% from 255) = 37.75%

R = 38.74%
G = 23.51%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EA8EE4 (or 0xEA8EE4) is known color: Violet. HEX triplet: EA, 8E and E4. RGB value is (234,142,228). Sum of RGB (Red+Green+Blue) = 234+142+228=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 142 (55.86% from 255 or 23.51% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8EE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8EE4 is #15711B. Grayscale: #B3B3B3. Windows color (decimal): -1405212 or 14978794. OLE color: 14978794.

HSL color Cylindrical-coordinate representation of color #EA8EE4: hue angle of 303.91º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA8EE4 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 142 228 -
CMYK 0 0.39 0.03 0.08
HSL 303.91º 0.69% 0.74% -
HSV(B) 303.91º 0.39% 0.92% -
XYZ 57.61 42.44 78.55 -
YUV 179.31 155.48 167.01 -
System Red Green Blue C M Y K H S L
Decimal 234 142 228 0 0.39 0.03 0.08 303.91 0.69 0.74
Hex EA 8E E4 0 27 3 8 130 45 4A
Octal 352 216 344 0 47 3 10 460 105 112
Binary 11101010 10001110 11100100 0 100111 11 1000 100110000 1000101 1001010

Color Harmonies of #EA8EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8EE4

Black with #EA8EE4

Text Example


Text Example

White with #EA8EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8EE4; }

 p { color: rgb(234,142,228); }

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

background-color css

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

 a { background-color: rgb(234,142,228); }

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

border-color css

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

 span { border-color: rgb(234,142,228); }

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