Html Css Color HEX #EBAAC4 Cupid

📋 copy color: '#EBAAC4'

red 235 ◦ green 170 ◦ blue 196

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

Shades of Cupid #EBAAC4

Tints of Cupid #EBAAC4

RGB

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

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

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

R = 39.1%
G = 28.29%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBAAC4 (or 0xEBAAC4) is known color: Cupid. HEX triplet: EB, AA and C4. RGB value is (235,170,196). Sum of RGB (Red+Green+Blue) = 235+170+196=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 196 (76.95% from 255 or 32.61% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAC4 is #14553B. Grayscale: #C0C0C0. Windows color (decimal): -1332540 or 12888811. OLE color: 12888811.

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

Color convert

RGB 235 170 196 -
CMYK 0 0.28 0.17 0.08
HSL 336º 0.62% 0.79% -
HSV(B) 336º 0.28% 0.92% -
XYZ 58.6 50.4 58.86 -
YUV 192.4 130.03 158.39 -
System Red Green Blue C M Y K H S L
Decimal 235 170 196 0 0.28 0.17 0.08 336 0.62 0.79
Hex EB AA C4 0 1C 11 8 150 3E 4F
Octal 353 252 304 0 34 21 10 520 76 117
Binary 11101011 10101010 11000100 0 11100 10001 1000 101010000 111110 1001111

Color Harmonies of #EBAAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAC4

Black with #EBAAC4

Text Example


Text Example

White with #EBAAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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