Html Css Color HEX #EBAABB Cupid

📋 copy color: '#EBAABB'

red 235 ◦ green 170 ◦ blue 187

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

Shades of Cupid #EBAABB

Tints of Cupid #EBAABB

RGB

 RED value IS 235 (92.19% from 255) = 39.7%

 GREEN value IS 170 (66.8% from 255) = 28.72%

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

R = 39.7%
G = 28.72%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBAABB (or 0xEBAABB) is known color: Cupid. HEX triplet: EB, AA and BB. RGB value is (235,170,187). Sum of RGB (Red+Green+Blue) = 235+170+187=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAABB is #145544. Grayscale: #BFBFBF. Windows color (decimal): -1332549 or 12298987. OLE color: 12298987.

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

Color convert

RGB 235 170 187 -
CMYK 0 0.28 0.20 0.08
HSL 344.31º 0.62% 0.79% -
HSV(B) 344.31º 0.28% 0.92% -
XYZ 57.61 50 53.63 -
YUV 191.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 235 170 187 0 0.28 0.20 0.08 344.31 0.62 0.79
Hex EB AA BB 0 1C 14 8 158 3E 4F
Octal 353 252 273 0 34 24 10 530 76 117
Binary 11101011 10101010 10111011 0 11100 10100 1000 101011000 111110 1001111

Color Harmonies of #EBAABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAABB

Black with #EBAABB

Text Example


Text Example

White with #EBAABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAABB; }

 p { color: rgb(235,170,187); }

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

background-color css

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

 a { background-color: rgb(235,170,187); }

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

border-color css

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

 span { border-color: rgb(235,170,187); }

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