Html Css Color HEX #EAB2EF Plum

📋 copy color: '#EAB2EF'

red 234 ◦ green 178 ◦ blue 239

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

Shades of Plum #EAB2EF

Tints of Plum #EAB2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.34%

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

R = 35.94%
G = 27.34%
B = 36.71%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EAB2EF (or 0xEAB2EF) is known color: Plum. HEX triplet: EA, B2 and EF. RGB value is (234,178,239). Sum of RGB (Red+Green+Blue) = 234+178+239=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 178 (69.92% from 255 or 27.34% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAB2EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB2EF is #154D10. Grayscale: #C9C9C9. Windows color (decimal): -1395985 or 15708906. OLE color: 15708906.

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

Color convert

RGB 234 178 239 -
CMYK 0.02 0.26 0 0.06
HSL 295.08º 0.66% 0.82% -
HSV(B) 295.08º 0.26% 0.94% -
XYZ 65.43 55.57 88.94 -
YUV 201.7 149.05 151.04 -
System Red Green Blue C M Y K H S L
Decimal 234 178 239 0.02 0.26 0 0.06 295.08 0.66 0.82
Hex EA B2 EF 2 1A 0 6 127 42 52
Octal 352 262 357 2 32 0 6 447 102 122
Binary 11101010 10110010 11101111 10 11010 0 110 100100111 1000010 1010010

Color Harmonies of #EAB2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB2EF

Black with #EAB2EF

Text Example


Text Example

White with #EAB2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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