Html Css Color HEX #EBACC6 Cupid

📋 copy color: '#EBACC6'

red 235 ◦ green 172 ◦ blue 198

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

Shades of Cupid #EBACC6

Tints of Cupid #EBACC6

RGB

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

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

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

R = 38.84%
G = 28.43%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EBACC6 (or 0xEBACC6) is known color: Cupid. HEX triplet: EB, AC and C6. RGB value is (235,172,198). Sum of RGB (Red+Green+Blue) = 235+172+198=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 198 (77.73% from 255 or 32.73% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACC6 is #145339. Grayscale: #C1C1C1. Windows color (decimal): -1332026 or 13020395. OLE color: 13020395.

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

Color convert

RGB 235 172 198 -
CMYK 0 0.27 0.16 0.08
HSL 335.24º 0.61% 0.8% -
HSV(B) 335.24º 0.27% 0.92% -
XYZ 59.21 51.24 60.2 -
YUV 193.8 130.37 157.39 -
System Red Green Blue C M Y K H S L
Decimal 235 172 198 0 0.27 0.16 0.08 335.24 0.61 0.8
Hex EB AC C6 0 1B 10 8 14F 3D 50
Octal 353 254 306 0 33 20 10 517 75 120
Binary 11101011 10101100 11000110 0 11011 10000 1000 101001111 111101 1010000

Color Harmonies of #EBACC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBACC6

Black with #EBACC6

Text Example


Text Example

White with #EBACC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBACC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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