Html Css Color HEX #EBACC4 Cupid

📋 copy color: '#EBACC4'

red 235 ◦ green 172 ◦ blue 196

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

Shades of Cupid #EBACC4

Tints of Cupid #EBACC4

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.52%

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

R = 38.97%
G = 28.52%
B = 32.5%

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

#EBACC4 (or 0xEBACC4) is known color: Cupid. HEX triplet: EB, AC and C4. RGB value is (235,172,196). Sum of RGB (Red+Green+Blue) = 235+172+196=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 196 (76.95% from 255 or 32.50% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACC4 is #14533B. Grayscale: #C1C1C1. Windows color (decimal): -1332028 or 12889323. OLE color: 12889323.

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

Color convert

RGB 235 172 196 -
CMYK 0 0.27 0.17 0.08
HSL 337.14º 0.61% 0.8% -
HSV(B) 337.14º 0.27% 0.92% -
XYZ 58.98 51.15 58.99 -
YUV 193.57 129.37 157.55 -
System Red Green Blue C M Y K H S L
Decimal 235 172 196 0 0.27 0.17 0.08 337.14 0.61 0.8
Hex EB AC C4 0 1B 11 8 151 3D 50
Octal 353 254 304 0 33 21 10 521 75 120
Binary 11101011 10101100 11000100 0 11011 10001 1000 101010001 111101 1010000

Color Harmonies of #EBACC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBACC4

Black with #EBACC4

Text Example


Text Example

White with #EBACC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBACC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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