Html Css Color HEX #EA99E1 Plum

📋 copy color: '#EA99E1'

red 234 ◦ green 153 ◦ blue 225

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

Shades of Plum #EA99E1

Tints of Plum #EA99E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.76%

R = 38.24%
G = 25%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EA99E1 (or 0xEA99E1) is known color: Plum. HEX triplet: EA, 99 and E1. RGB value is (234,153,225). Sum of RGB (Red+Green+Blue) = 234+153+225=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 225 (88.28% from 255 or 36.76% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA99E1 is #15661E. Grayscale: #B9B9B9. Windows color (decimal): -1402399 or 14785002. OLE color: 14785002.

HSL color Cylindrical-coordinate representation of color #EA99E1: hue angle of 306.67º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA99E1 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 153 225 -
CMYK 0 0.35 0.04 0.08
HSL 306.67º 0.66% 0.76% -
HSV(B) 306.67º 0.35% 0.92% -
XYZ 58.91 45.71 76.95 -
YUV 185.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 234 153 225 0 0.35 0.04 0.08 306.67 0.66 0.76
Hex EA 99 E1 0 23 4 8 133 42 4C
Octal 352 231 341 0 43 4 10 463 102 114
Binary 11101010 10011001 11100001 0 100011 100 1000 100110011 1000010 1001100

Color Harmonies of #EA99E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA99E1

Black with #EA99E1

Text Example


Text Example

White with #EA99E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA99E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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