Html Css Color HEX #EA90E4 Violet

📋 copy color: '#EA90E4'

red 234 ◦ green 144 ◦ blue 228

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

Shades of Violet #EA90E4

Tints of Violet #EA90E4

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.76%

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

R = 38.61%
G = 23.76%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EA90E4 (or 0xEA90E4) is known color: Violet. HEX triplet: EA, 90 and E4. RGB value is (234,144,228). Sum of RGB (Red+Green+Blue) = 234+144+228=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 144 (56.64% from 255 or 23.76% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EA90E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA90E4 is #156F1B. Grayscale: #B4B4B4. Windows color (decimal): -1404700 or 14979306. OLE color: 14979306.

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

Color convert

RGB 234 144 228 -
CMYK 0 0.38 0.03 0.08
HSL 304º 0.68% 0.74% -
HSV(B) 304º 0.38% 0.92% -
XYZ 57.91 43.04 78.65 -
YUV 180.49 154.82 166.17 -
System Red Green Blue C M Y K H S L
Decimal 234 144 228 0 0.38 0.03 0.08 304 0.68 0.74
Hex EA 90 E4 0 26 3 8 130 44 4A
Octal 352 220 344 0 46 3 10 460 104 112
Binary 11101010 10010000 11100100 0 100110 11 1000 100110000 1000100 1001010

Color Harmonies of #EA90E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA90E4

Black with #EA90E4

Text Example


Text Example

White with #EA90E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA90E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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