Html Css Color HEX #EBABC6 Cupid

📋 copy color: '#EBABC6'

red 235 ◦ green 171 ◦ blue 198

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

Shades of Cupid #EBABC6

Tints of Cupid #EBABC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.78%

R = 38.91%
G = 28.31%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EBABC6 (or 0xEBABC6) is known color: Cupid. HEX triplet: EB, AB and C6. RGB value is (235,171,198). Sum of RGB (Red+Green+Blue) = 235+171+198=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABC6 is #145439. Grayscale: #C1C1C1. Windows color (decimal): -1332282 or 13020139. OLE color: 13020139.

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

Color convert

RGB 235 171 198 -
CMYK 0 0.27 0.16 0.08
HSL 334.69º 0.62% 0.8% -
HSV(B) 334.69º 0.27% 0.92% -
XYZ 59.02 50.87 60.13 -
YUV 193.21 130.7 157.8 -
System Red Green Blue C M Y K H S L
Decimal 235 171 198 0 0.27 0.16 0.08 334.69 0.62 0.8
Hex EB AB C6 0 1B 10 8 14F 3E 50
Octal 353 253 306 0 33 20 10 517 76 120
Binary 11101011 10101011 11000110 0 11011 10000 1000 101001111 111110 1010000

Color Harmonies of #EBABC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBABC6

Black with #EBABC6

Text Example


Text Example

White with #EBABC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBABC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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