Html Css Color HEX #EBAABD Cupid

📋 copy color: '#EBAABD'

red 235 ◦ green 170 ◦ blue 189

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

Shades of Cupid #EBAABD

Tints of Cupid #EBAABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.82%

R = 39.56%
G = 28.62%
B = 31.82%

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

#EBAABD (or 0xEBAABD) is known color: Cupid. HEX triplet: EB, AA and BD. RGB value is (235,170,189). Sum of RGB (Red+Green+Blue) = 235+170+189=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAABD is #145542. Grayscale: #BFBFBF. Windows color (decimal): -1332547 or 12430059. OLE color: 12430059.

HSL color Cylindrical-coordinate representation of color #EBAABD: hue angle of 342.46º 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 #EBAABD is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 170 189 -
CMYK 0 0.28 0.20 0.08
HSL 342.46º 0.62% 0.79% -
HSV(B) 342.46º 0.28% 0.92% -
XYZ 57.82 50.09 54.76 -
YUV 191.6 126.53 158.96 -
System Red Green Blue C M Y K H S L
Decimal 235 170 189 0 0.28 0.20 0.08 342.46 0.62 0.79
Hex EB AA BD 0 1C 14 8 156 3E 4F
Octal 353 252 275 0 34 24 10 526 76 117
Binary 11101011 10101010 10111101 0 11100 10100 1000 101010110 111110 1001111

Color Harmonies of #EBAABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAABD

Black with #EBAABD

Text Example


Text Example

White with #EBAABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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