Html Css Color HEX #EBABC4 Cupid

📋 copy color: '#EBABC4'

red 235 ◦ green 171 ◦ blue 196

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

Shades of Cupid #EBABC4

Tints of Cupid #EBABC4

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.41%

 BLUE value IS 196 (76.95% from 255) = 32.56%

R = 39.04%
G = 28.41%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBABC4 (or 0xEBABC4) is known color: Cupid. HEX triplet: EB, AB and C4. RGB value is (235,171,196). Sum of RGB (Red+Green+Blue) = 235+171+196=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 196 (76.95% from 255 or 32.56% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABC4 is #14543B. Grayscale: #C0C0C0. Windows color (decimal): -1332284 or 12889067. OLE color: 12889067.

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

Color convert

RGB 235 171 196 -
CMYK 0 0.27 0.17 0.08
HSL 336.56º 0.62% 0.8% -
HSV(B) 336.56º 0.27% 0.92% -
XYZ 58.79 50.77 58.93 -
YUV 192.99 129.7 157.97 -
System Red Green Blue C M Y K H S L
Decimal 235 171 196 0 0.27 0.17 0.08 336.56 0.62 0.8
Hex EB AB C4 0 1B 11 8 151 3E 50
Octal 353 253 304 0 33 21 10 521 76 120
Binary 11101011 10101011 11000100 0 11011 10001 1000 101010001 111110 1010000

Color Harmonies of #EBABC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBABC4

Black with #EBABC4

Text Example


Text Example

White with #EBABC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBABC4; }

 p { color: rgb(235,171,196); }

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

background-color css

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

 a { background-color: rgb(235,171,196); }

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

border-color css

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

 span { border-color: rgb(235,171,196); }

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