Html Css Color HEX #EA98DF Plum

📋 copy color: '#EA98DF'

red 234 ◦ green 152 ◦ blue 223

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

Shades of Plum #EA98DF

Tints of Plum #EA98DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.62%

R = 38.42%
G = 24.96%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EA98DF (or 0xEA98DF) is known color: Plum. HEX triplet: EA, 98 and DF. RGB value is (234,152,223). Sum of RGB (Red+Green+Blue) = 234+152+223=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 152 (59.77% from 255 or 24.96% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EA98DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA98DF is #156720. Grayscale: #B8B8B8. Windows color (decimal): -1402657 or 14653674. OLE color: 14653674.

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

Color convert

RGB 234 152 223 -
CMYK 0 0.35 0.05 0.08
HSL 308.05º 0.66% 0.76% -
HSV(B) 308.05º 0.35% 0.92% -
XYZ 58.48 45.28 75.47 -
YUV 184.61 149.67 163.23 -
System Red Green Blue C M Y K H S L
Decimal 234 152 223 0 0.35 0.05 0.08 308.05 0.66 0.76
Hex EA 98 DF 0 23 5 8 134 42 4C
Octal 352 230 337 0 43 5 10 464 102 114
Binary 11101010 10011000 11011111 0 100011 101 1000 100110100 1000010 1001100

Color Harmonies of #EA98DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA98DF

Black with #EA98DF

Text Example


Text Example

White with #EA98DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA98DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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