Html Css Color HEX #EAB2ED Plum

📋 copy color: '#EAB2ED'

red 234 ◦ green 178 ◦ blue 237

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

Shades of Plum #EAB2ED

Tints of Plum #EAB2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.52%

R = 36.06%
G = 27.43%
B = 36.52%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAB2ED (or 0xEAB2ED) is known color: Plum. HEX triplet: EA, B2 and ED. RGB value is (234,178,237). Sum of RGB (Red+Green+Blue) = 234+178+237=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 178 (69.92% from 255 or 27.43% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAB2ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB2ED is #154D12. Grayscale: #C9C9C9. Windows color (decimal): -1395987 or 15577834. OLE color: 15577834.

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

Color convert

RGB 234 178 237 -
CMYK 0.01 0.25 0 0.07
HSL 296.95º 0.62% 0.81% -
HSV(B) 296.95º 0.25% 0.93% -
XYZ 65.14 55.45 87.39 -
YUV 201.47 148.05 151.2 -
System Red Green Blue C M Y K H S L
Decimal 234 178 237 0.01 0.25 0 0.07 296.95 0.62 0.81
Hex EA B2 ED 1 19 0 7 129 3E 51
Octal 352 262 355 1 31 0 7 451 76 121
Binary 11101010 10110010 11101101 1 11001 0 111 100101001 111110 1010001

Color Harmonies of #EAB2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB2ED

Black with #EAB2ED

Text Example


Text Example

White with #EAB2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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