Html Css Color HEX #EA99EF Plum

📋 copy color: '#EA99EF'

red 234 ◦ green 153 ◦ blue 239

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

Shades of Plum #EA99EF

Tints of Plum #EA99EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.18%

R = 37.38%
G = 24.44%
B = 38.18%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EA99EF (or 0xEA99EF) is known color: Plum. HEX triplet: EA, 99 and EF. RGB value is (234,153,239). Sum of RGB (Red+Green+Blue) = 234+153+239=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 153 (60.16% from 255 or 24.44% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #EA99EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA99EF is #156610. Grayscale: #BABABA. Windows color (decimal): -1402385 or 15702506. OLE color: 15702506.

HSL color Cylindrical-coordinate representation of color #EA99EF: hue angle of 296.51º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA99EF is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 153 239 -
CMYK 0.02 0.36 0 0.06
HSL 296.51º 0.73% 0.77% -
HSV(B) 296.51º 0.36% 0.94% -
XYZ 60.9 46.51 87.43 -
YUV 187.02 157.34 161.51 -
System Red Green Blue C M Y K H S L
Decimal 234 153 239 0.02 0.36 0 0.06 296.51 0.73 0.77
Hex EA 99 EF 2 24 0 6 129 49 4D
Octal 352 231 357 2 44 0 6 451 111 115
Binary 11101010 10011001 11101111 10 100100 0 110 100101001 1001001 1001101

Color Harmonies of #EA99EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA99EF

Black with #EA99EF

Text Example


Text Example

White with #EA99EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA99EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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