Html Css Color HEX #EDAAC2 Cupid

📋 copy color: '#EDAAC2'

red 237 ◦ green 170 ◦ blue 194

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

Shades of Cupid #EDAAC2

Tints of Cupid #EDAAC2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.29%

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

R = 39.43%
G = 28.29%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EDAAC2 (or 0xEDAAC2) is known color: Cupid. HEX triplet: ED, AA and C2. RGB value is (237,170,194). Sum of RGB (Red+Green+Blue) = 237+170+194=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 194 (76.17% from 255 or 32.28% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAAC2 is #12553D. Grayscale: #C0C0C0. Windows color (decimal): -1201470 or 12757741. OLE color: 12757741.

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

Color convert

RGB 237 170 194 -
CMYK 0 0.28 0.18 0.07
HSL 338.51º 0.65% 0.8% -
HSV(B) 338.51º 0.28% 0.93% -
XYZ 59.04 50.65 57.7 -
YUV 192.77 128.7 159.55 -
System Red Green Blue C M Y K H S L
Decimal 237 170 194 0 0.28 0.18 0.07 338.51 0.65 0.8
Hex ED AA C2 0 1C 12 7 153 41 50
Octal 355 252 302 0 34 22 7 523 101 120
Binary 11101101 10101010 11000010 0 11100 10010 111 101010011 1000001 1010000

Color Harmonies of #EDAAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAAC2

Black with #EDAAC2

Text Example


Text Example

White with #EDAAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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