Html Css Color HEX #EDACC5 Cupid

📋 copy color: '#EDACC5'

red 237 ◦ green 172 ◦ blue 197

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

Shades of Cupid #EDACC5

Tints of Cupid #EDACC5

RGB

 RED value IS 237 (92.97% from 255) = 39.11%

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

 BLUE value IS 197 (77.34% from 255) = 32.51%

R = 39.11%
G = 28.38%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EDACC5 (or 0xEDACC5) is known color: Cupid. HEX triplet: ED, AC and C5. RGB value is (237,172,197). Sum of RGB (Red+Green+Blue) = 237+172+197=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACC5 is #12533A. Grayscale: #C2C2C2. Windows color (decimal): -1200955 or 12954861. OLE color: 12954861.

HSL color Cylindrical-coordinate representation of color #EDACC5: hue angle of 336.92º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDACC5 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 172 197 -
CMYK 0 0.27 0.17 0.07
HSL 336.92º 0.64% 0.8% -
HSV(B) 336.92º 0.27% 0.93% -
XYZ 59.76 51.54 59.62 -
YUV 194.29 129.53 158.47 -
System Red Green Blue C M Y K H S L
Decimal 237 172 197 0 0.27 0.17 0.07 336.92 0.64 0.8
Hex ED AC C5 0 1B 11 7 151 40 50
Octal 355 254 305 0 33 21 7 521 100 120
Binary 11101101 10101100 11000101 0 11011 10001 111 101010001 1000000 1010000

Color Harmonies of #EDACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACC5

Black with #EDACC5

Text Example


Text Example

White with #EDACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACC5; }

 p { color: rgb(237,172,197); }

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

background-color css

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

 a { background-color: rgb(237,172,197); }

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

border-color css

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

 span { border-color: rgb(237,172,197); }

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