Html Css Color HEX #EBAFBC Cupid

📋 copy color: '#EBAFBC'

red 235 ◦ green 175 ◦ blue 188

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

Shades of Cupid #EBAFBC

Tints of Cupid #EBAFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.44%

R = 39.3%
G = 29.26%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#EBAFBC (or 0xEBAFBC) is known color: Cupid. HEX triplet: EB, AF and BC. RGB value is (235,175,188). Sum of RGB (Red+Green+Blue) = 235+175+188=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFBC is #145043. Grayscale: #C2C2C2. Windows color (decimal): -1331268 or 12365803. OLE color: 12365803.

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

Color convert

RGB 235 175 188 -
CMYK 0 0.26 0.2 0.08
HSL 347º 0.6% 0.8% -
HSV(B) 347º 0.26% 0.92% -
XYZ 58.67 51.95 54.51 -
YUV 194.42 124.38 156.94 -
System Red Green Blue C M Y K H S L
Decimal 235 175 188 0 0.26 0.2 0.08 347 0.6 0.8
Hex EB AF BC 0 1A 14 8 15B 3C 50
Octal 353 257 274 0 32 24 10 533 74 120
Binary 11101011 10101111 10111100 0 11010 10100 1000 101011011 111100 1010000

Color Harmonies of #EBAFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAFBC

Black with #EBAFBC

Text Example


Text Example

White with #EBAFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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