Html Css Color HEX #EBAFBD Cupid

📋 copy color: '#EBAFBD'

red 235 ◦ green 175 ◦ blue 189

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

Shades of Cupid #EBAFBD

Tints of Cupid #EBAFBD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.22%

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

R = 39.23%
G = 29.22%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBAFBD (or 0xEBAFBD) is known color: Cupid. HEX triplet: EB, AF and BD. RGB value is (235,175,189). Sum of RGB (Red+Green+Blue) = 235+175+189=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFBD is #145042. Grayscale: #C2C2C2. Windows color (decimal): -1331267 or 12431339. OLE color: 12431339.

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

Color convert

RGB 235 175 189 -
CMYK 0 0.26 0.20 0.08
HSL 346º 0.6% 0.8% -
HSV(B) 346º 0.26% 0.92% -
XYZ 58.78 52 55.08 -
YUV 194.54 124.88 156.86 -
System Red Green Blue C M Y K H S L
Decimal 235 175 189 0 0.26 0.20 0.08 346 0.6 0.8
Hex EB AF BD 0 1A 14 8 15A 3C 50
Octal 353 257 275 0 32 24 10 532 74 120
Binary 11101011 10101111 10111101 0 11010 10100 1000 101011010 111100 1010000

Color Harmonies of #EBAFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAFBD

Black with #EBAFBD

Text Example


Text Example

White with #EBAFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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