Html Css Color HEX #EA98EC Plum

📋 copy color: '#EA98EC'

red 234 ◦ green 152 ◦ blue 236

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

Shades of Plum #EA98EC

Tints of Plum #EA98EC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.44%

 BLUE value IS 236 (92.58% from 255) = 37.94%

R = 37.62%
G = 24.44%
B = 37.94%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EA98EC (or 0xEA98EC) is known color: Plum. HEX triplet: EA, 98 and EC. RGB value is (234,152,236). Sum of RGB (Red+Green+Blue) = 234+152+236=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 152 (59.77% from 255 or 24.44% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA98EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA98EC is #156713. Grayscale: #B9B9B9. Windows color (decimal): -1402644 or 15505642. OLE color: 15505642.

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

Color convert

RGB 234 152 236 -
CMYK 0.01 0.36 0 0.07
HSL 298.57º 0.69% 0.76% -
HSV(B) 298.57º 0.36% 0.93% -
XYZ 60.3 46.01 85.06 -
YUV 186.09 156.17 162.17 -
System Red Green Blue C M Y K H S L
Decimal 234 152 236 0.01 0.36 0 0.07 298.57 0.69 0.76
Hex EA 98 EC 1 24 0 7 12B 45 4C
Octal 352 230 354 1 44 0 7 453 105 114
Binary 11101010 10011000 11101100 1 100100 0 111 100101011 1000101 1001100

Color Harmonies of #EA98EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA98EC

Black with #EA98EC

Text Example


Text Example

White with #EA98EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA98EC; }

 p { color: rgb(234,152,236); }

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

background-color css

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

 a { background-color: rgb(234,152,236); }

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

border-color css

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

 span { border-color: rgb(234,152,236); }

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