Html Css Color HEX #EA90ED Violet

📋 copy color: '#EA90ED'

red 234 ◦ green 144 ◦ blue 237

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

Shades of Violet #EA90ED

Tints of Violet #EA90ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.54%

R = 38.05%
G = 23.41%
B = 38.54%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EA90ED (or 0xEA90ED) is known color: Violet. HEX triplet: EA, 90 and ED. RGB value is (234,144,237). Sum of RGB (Red+Green+Blue) = 234+144+237=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 144 (56.64% from 255 or 23.41% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA90ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA90ED is #156F12. Grayscale: #B5B5B5. Windows color (decimal): -1404691 or 15569130. OLE color: 15569130.

HSL color Cylindrical-coordinate representation of color #EA90ED: hue angle of 298.06º degrees, saturation: 0.72, 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 #EA90ED is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 144 237 -
CMYK 0.01 0.39 0 0.07
HSL 298.06º 0.72% 0.75% -
HSV(B) 298.06º 0.39% 0.93% -
XYZ 59.19 43.55 85.41 -
YUV 181.51 159.32 165.44 -
System Red Green Blue C M Y K H S L
Decimal 234 144 237 0.01 0.39 0 0.07 298.06 0.72 0.75
Hex EA 90 ED 1 27 0 7 12A 48 4B
Octal 352 220 355 1 47 0 7 452 110 113
Binary 11101010 10010000 11101101 1 100111 0 111 100101010 1001000 1001011

Color Harmonies of #EA90ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA90ED

Black with #EA90ED

Text Example


Text Example

White with #EA90ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA90ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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