Html Css Color HEX #EBAAC6 Cupid

📋 copy color: '#EBAAC6'

red 235 ◦ green 170 ◦ blue 198

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

Shades of Cupid #EBAAC6

Tints of Cupid #EBAAC6

RGB

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

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

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

R = 38.97%
G = 28.19%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EBAAC6 (or 0xEBAAC6) is known color: Cupid. HEX triplet: EB, AA and C6. RGB value is (235,170,198). Sum of RGB (Red+Green+Blue) = 235+170+198=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 198 (77.73% from 255 or 32.84% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAC6 is #145539. Grayscale: #C0C0C0. Windows color (decimal): -1332538 or 13019883. OLE color: 13019883.

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

Color convert

RGB 235 170 198 -
CMYK 0 0.28 0.16 0.08
HSL 334.15º 0.62% 0.79% -
HSV(B) 334.15º 0.28% 0.92% -
XYZ 58.83 50.49 60.07 -
YUV 192.63 131.03 158.22 -
System Red Green Blue C M Y K H S L
Decimal 235 170 198 0 0.28 0.16 0.08 334.15 0.62 0.79
Hex EB AA C6 0 1C 10 8 14E 3E 4F
Octal 353 252 306 0 34 20 10 516 76 117
Binary 11101011 10101010 11000110 0 11100 10000 1000 101001110 111110 1001111

Color Harmonies of #EBAAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAC6

Black with #EBAAC6

Text Example


Text Example

White with #EBAAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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