Html Css Color HEX #EDACC2 Cupid

📋 copy color: '#EDACC2'

red 237 ◦ green 172 ◦ blue 194

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

Shades of Cupid #EDACC2

Tints of Cupid #EDACC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.17%

R = 39.3%
G = 28.52%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EDACC2 (or 0xEDACC2) is known color: Cupid. HEX triplet: ED, AC and C2. RGB value is (237,172,194). Sum of RGB (Red+Green+Blue) = 237+172+194=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 194 (76.17% from 255 or 32.17% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACC2 is #12533D. Grayscale: #C1C1C1. Windows color (decimal): -1200958 or 12758253. OLE color: 12758253.

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

Color convert

RGB 237 172 194 -
CMYK 0 0.27 0.18 0.07
HSL 339.69º 0.64% 0.8% -
HSV(B) 339.69º 0.27% 0.93% -
XYZ 59.42 51.4 57.83 -
YUV 193.94 128.03 158.71 -
System Red Green Blue C M Y K H S L
Decimal 237 172 194 0 0.27 0.18 0.07 339.69 0.64 0.8
Hex ED AC C2 0 1B 12 7 154 40 50
Octal 355 254 302 0 33 22 7 524 100 120
Binary 11101101 10101100 11000010 0 11011 10010 111 101010100 1000000 1010000

Color Harmonies of #EDACC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACC2

Black with #EDACC2

Text Example


Text Example

White with #EDACC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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