Html Css Color HEX #EABBAB Zinnwaldite

📋 copy color: '#EABBAB'

red 234 ◦ green 187 ◦ blue 171

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

Shades of Zinnwaldite #EABBAB

Tints of Zinnwaldite #EABBAB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.59%

 BLUE value IS 171 (67.19% from 255) = 28.89%

R = 39.53%
G = 31.59%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EABBAB (or 0xEABBAB) is known color: Zinnwaldite. HEX triplet: EA, BB and AB. RGB value is (234,187,171). Sum of RGB (Red+Green+Blue) = 234+187+171=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABBAB is #154454. Grayscale: #C7C7C7. Windows color (decimal): -1393749 or 11254762. OLE color: 11254762.

HSL color Cylindrical-coordinate representation of color #EABBAB: hue angle of 15.24º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EABBAB is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 187 171 -
CMYK 0 0.20 0.27 0.08
HSL 15.24º 0.6% 0.79% -
HSV(B) 15.24º 0.27% 0.92% -
XYZ 59.05 55.97 46.22 -
YUV 199.23 112.07 152.8 -
System Red Green Blue C M Y K H S L
Decimal 234 187 171 0 0.20 0.27 0.08 15.24 0.6 0.79
Hex EA BB AB 0 14 1B 8 F 3C 4F
Octal 352 273 253 0 24 33 10 17 74 117
Binary 11101010 10111011 10101011 0 10100 11011 1000 1111 111100 1001111

Color Harmonies of #EABBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABBAB

Black with #EABBAB

Text Example


Text Example

White with #EABBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABBAB; }

 p { color: rgb(234,187,171); }

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

background-color css

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

 a { background-color: rgb(234,187,171); }

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

border-color css

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

 span { border-color: rgb(234,187,171); }

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