Html Css Color HEX #EA99ED Plum

📋 copy color: '#EA99ED'

red 234 ◦ green 153 ◦ blue 237

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

Shades of Plum #EA99ED

Tints of Plum #EA99ED

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.52%

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

R = 37.5%
G = 24.52%
B = 37.98%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EA99ED (or 0xEA99ED) is known color: Plum. HEX triplet: EA, 99 and ED. RGB value is (234,153,237). Sum of RGB (Red+Green+Blue) = 234+153+237=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 153 (60.16% from 255 or 24.52% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA99ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA99ED is #156612. Grayscale: #BABABA. Windows color (decimal): -1402387 or 15571434. OLE color: 15571434.

HSL color Cylindrical-coordinate representation of color #EA99ED: hue angle of 297.86º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA99ED is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 153 237 -
CMYK 0.01 0.35 0 0.07
HSL 297.86º 0.7% 0.76% -
HSV(B) 297.86º 0.35% 0.93% -
XYZ 60.61 46.39 85.88 -
YUV 186.8 156.34 161.67 -
System Red Green Blue C M Y K H S L
Decimal 234 153 237 0.01 0.35 0 0.07 297.86 0.7 0.76
Hex EA 99 ED 1 23 0 7 12A 46 4C
Octal 352 231 355 1 43 0 7 452 106 114
Binary 11101010 10011001 11101101 1 100011 0 111 100101010 1000110 1001100

Color Harmonies of #EA99ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA99ED

Black with #EA99ED

Text Example


Text Example

White with #EA99ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA99ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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