Html Css Color HEX #EA90EE Violet

📋 copy color: '#EA90EE'

red 234 ◦ green 144 ◦ blue 238

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

Shades of Violet #EA90EE

Tints of Violet #EA90EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.64%

R = 37.99%
G = 23.38%
B = 38.64%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EA90EE (or 0xEA90EE) is known color: Violet. HEX triplet: EA, 90 and EE. RGB value is (234,144,238). Sum of RGB (Red+Green+Blue) = 234+144+238=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 144 (56.64% from 255 or 23.38% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #EA90EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA90EE is #156F11. Grayscale: #B5B5B5. Windows color (decimal): -1404690 or 15634666. OLE color: 15634666.

HSL color Cylindrical-coordinate representation of color #EA90EE: hue angle of 297.45º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA90EE is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 144 238 -
CMYK 0.02 0.39 0 0.07
HSL 297.45º 0.73% 0.75% -
HSV(B) 297.45º 0.39% 0.93% -
XYZ 59.34 43.61 86.18 -
YUV 181.63 159.82 165.36 -
System Red Green Blue C M Y K H S L
Decimal 234 144 238 0.02 0.39 0 0.07 297.45 0.73 0.75
Hex EA 90 EE 2 27 0 7 129 49 4B
Octal 352 220 356 2 47 0 7 451 111 113
Binary 11101010 10010000 11101110 10 100111 0 111 100101001 1001001 1001011

Color Harmonies of #EA90EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA90EE

Black with #EA90EE

Text Example


Text Example

White with #EA90EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA90EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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