Html Css Color HEX #EA96E8 Plum

📋 copy color: '#EA96E8'

red 234 ◦ green 150 ◦ blue 232

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

Shades of Plum #EA96E8

Tints of Plum #EA96E8

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.35%

 BLUE value IS 232 (91.02% from 255) = 37.66%

R = 37.99%
G = 24.35%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EA96E8 (or 0xEA96E8) is known color: Plum. HEX triplet: EA, 96 and E8. RGB value is (234,150,232). Sum of RGB (Red+Green+Blue) = 234+150+232=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 150 (58.98% from 255 or 24.35% from 616); Blue value is 232 (91.02% from 255 or 37.66% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EA96E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA96E8 is #156917. Grayscale: #B8B8B8. Windows color (decimal): -1403160 or 15242986. OLE color: 15242986.

HSL color Cylindrical-coordinate representation of color #EA96E8: hue angle of 301.43º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA96E8 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 150 232 -
CMYK 0 0.36 0.01 0.08
HSL 301.43º 0.67% 0.75% -
HSV(B) 301.43º 0.36% 0.92% -
XYZ 59.4 45.13 81.92 -
YUV 184.46 154.83 163.33 -
System Red Green Blue C M Y K H S L
Decimal 234 150 232 0 0.36 0.01 0.08 301.43 0.67 0.75
Hex EA 96 E8 0 24 1 8 12D 43 4B
Octal 352 226 350 0 44 1 10 455 103 113
Binary 11101010 10010110 11101000 0 100100 1 1000 100101101 1000011 1001011

Color Harmonies of #EA96E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA96E8

Black with #EA96E8

Text Example


Text Example

White with #EA96E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA96E8; }

 p { color: rgb(234,150,232); }

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

background-color css

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

 a { background-color: rgb(234,150,232); }

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

border-color css

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

 span { border-color: rgb(234,150,232); }

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