Html Css Color HEX #EBACC1 Cupid

📋 copy color: '#EBACC1'

red 235 ◦ green 172 ◦ blue 193

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

Shades of Cupid #EBACC1

Tints of Cupid #EBACC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.17%

R = 39.17%
G = 28.67%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EBACC1 (or 0xEBACC1) is known color: Cupid. HEX triplet: EB, AC and C1. RGB value is (235,172,193). Sum of RGB (Red+Green+Blue) = 235+172+193=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 193 (75.78% from 255 or 32.17% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACC1 is #14533E. Grayscale: #C1C1C1. Windows color (decimal): -1332031 or 12692715. OLE color: 12692715.

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

Color convert

RGB 235 172 193 -
CMYK 0 0.27 0.18 0.08
HSL 340º 0.61% 0.8% -
HSV(B) 340º 0.27% 0.92% -
XYZ 58.64 51.02 57.21 -
YUV 193.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 235 172 193 0 0.27 0.18 0.08 340 0.61 0.8
Hex EB AC C1 0 1B 12 8 154 3D 50
Octal 353 254 301 0 33 22 10 524 75 120
Binary 11101011 10101100 11000001 0 11011 10010 1000 101010100 111101 1010000

Color Harmonies of #EBACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBACC1

Black with #EBACC1

Text Example


Text Example

White with #EBACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBACC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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