Html Css Color HEX #EDAAC0 Cupid

📋 copy color: '#EDAAC0'

red 237 ◦ green 170 ◦ blue 192

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

Shades of Cupid #EDAAC0

Tints of Cupid #EDAAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.05%

R = 39.57%
G = 28.38%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDAAC0 (or 0xEDAAC0) is known color: Cupid. HEX triplet: ED, AA and C0. RGB value is (237,170,192). Sum of RGB (Red+Green+Blue) = 237+170+192=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAAC0 is #12553F. Grayscale: #C0C0C0. Windows color (decimal): -1201472 or 12626669. OLE color: 12626669.

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

Color convert

RGB 237 170 192 -
CMYK 0 0.28 0.19 0.07
HSL 340.3º 0.65% 0.8% -
HSV(B) 340.3º 0.28% 0.93% -
XYZ 58.81 50.56 56.53 -
YUV 192.54 127.7 159.71 -
System Red Green Blue C M Y K H S L
Decimal 237 170 192 0 0.28 0.19 0.07 340.3 0.65 0.8
Hex ED AA C0 0 1C 13 7 154 41 50
Octal 355 252 300 0 34 23 7 524 101 120
Binary 11101101 10101010 11000000 0 11100 10011 111 101010100 1000001 1010000

Color Harmonies of #EDAAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAAC0

Black with #EDAAC0

Text Example


Text Example

White with #EDAAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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