Html Css Color HEX #EBACC8 Cupid

📋 copy color: '#EBACC8'

red 235 ◦ green 172 ◦ blue 200

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

Shades of Cupid #EBACC8

Tints of Cupid #EBACC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.95%

R = 38.71%
G = 28.34%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EBACC8 (or 0xEBACC8) is known color: Cupid. HEX triplet: EB, AC and C8. RGB value is (235,172,200). Sum of RGB (Red+Green+Blue) = 235+172+200=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACC8 is #145337. Grayscale: #C1C1C1. Windows color (decimal): -1332024 or 13151467. OLE color: 13151467.

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

Color convert

RGB 235 172 200 -
CMYK 0 0.27 0.15 0.08
HSL 333.33º 0.61% 0.8% -
HSV(B) 333.33º 0.27% 0.92% -
XYZ 59.44 51.34 61.42 -
YUV 194.03 131.37 157.22 -
System Red Green Blue C M Y K H S L
Decimal 235 172 200 0 0.27 0.15 0.08 333.33 0.61 0.8
Hex EB AC C8 0 1B F 8 14D 3D 50
Octal 353 254 310 0 33 17 10 515 75 120
Binary 11101011 10101100 11001000 0 11011 1111 1000 101001101 111101 1010000

Color Harmonies of #EBACC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBACC8

Black with #EBACC8

Text Example


Text Example

White with #EBACC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBACC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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