Html Css Color HEX #EAB2EE Plum

📋 copy color: '#EAB2EE'

red 234 ◦ green 178 ◦ blue 238

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

Shades of Plum #EAB2EE

Tints of Plum #EAB2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.62%

R = 36%
G = 27.38%
B = 36.62%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAB2EE (or 0xEAB2EE) is known color: Plum. HEX triplet: EA, B2 and EE. RGB value is (234,178,238). Sum of RGB (Red+Green+Blue) = 234+178+238=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 178 (69.92% from 255 or 27.38% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAB2EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB2EE is #154D11. Grayscale: #C9C9C9. Windows color (decimal): -1395986 or 15643370. OLE color: 15643370.

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

Color convert

RGB 234 178 238 -
CMYK 0.02 0.25 0 0.07
HSL 296º 0.64% 0.82% -
HSV(B) 296º 0.25% 0.93% -
XYZ 65.28 55.51 88.16 -
YUV 201.58 148.55 151.12 -
System Red Green Blue C M Y K H S L
Decimal 234 178 238 0.02 0.25 0 0.07 296 0.64 0.82
Hex EA B2 EE 2 19 0 7 128 40 52
Octal 352 262 356 2 31 0 7 450 100 122
Binary 11101010 10110010 11101110 10 11001 0 111 100101000 1000000 1010010

Color Harmonies of #EAB2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB2EE

Black with #EAB2EE

Text Example


Text Example

White with #EAB2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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