Html Css Color HEX #EA96E4 Plum

📋 copy color: '#EA96E4'

red 234 ◦ green 150 ◦ blue 228

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

Shades of Plum #EA96E4

Tints of Plum #EA96E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.25%

R = 38.24%
G = 24.51%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EA96E4 (or 0xEA96E4) is known color: Plum. HEX triplet: EA, 96 and E4. RGB value is (234,150,228). Sum of RGB (Red+Green+Blue) = 234+150+228=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 150 (58.98% from 255 or 24.51% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EA96E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA96E4 is #15691B. Grayscale: #B7B7B7. Windows color (decimal): -1403164 or 14980842. OLE color: 14980842.

HSL color Cylindrical-coordinate representation of color #EA96E4: hue angle of 304.29º 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 #EA96E4 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 150 228 -
CMYK 0 0.36 0.03 0.08
HSL 304.29º 0.67% 0.75% -
HSV(B) 304.29º 0.36% 0.92% -
XYZ 58.84 44.91 78.97 -
YUV 184.01 152.83 163.66 -
System Red Green Blue C M Y K H S L
Decimal 234 150 228 0 0.36 0.03 0.08 304.29 0.67 0.75
Hex EA 96 E4 0 24 3 8 130 43 4B
Octal 352 226 344 0 44 3 10 460 103 113
Binary 11101010 10010110 11100100 0 100100 11 1000 100110000 1000011 1001011

Color Harmonies of #EA96E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA96E4

Black with #EA96E4

Text Example


Text Example

White with #EA96E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA96E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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