Html Css Color HEX #EDAAC6 Cupid

📋 copy color: '#EDAAC6'

red 237 ◦ green 170 ◦ blue 198

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

Shades of Cupid #EDAAC6

Tints of Cupid #EDAAC6

RGB

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

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

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

R = 39.17%
G = 28.1%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EDAAC6 (or 0xEDAAC6) is known color: Cupid. HEX triplet: ED, AA and C6. RGB value is (237,170,198). Sum of RGB (Red+Green+Blue) = 237+170+198=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 198 (77.73% from 255 or 32.73% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAAC6 is #125539. Grayscale: #C1C1C1. Windows color (decimal): -1201466 or 13019885. OLE color: 13019885.

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

Color convert

RGB 237 170 198 -
CMYK 0 0.28 0.16 0.07
HSL 334.93º 0.65% 0.8% -
HSV(B) 334.93º 0.28% 0.93% -
XYZ 59.49 50.83 60.1 -
YUV 193.23 130.7 159.22 -
System Red Green Blue C M Y K H S L
Decimal 237 170 198 0 0.28 0.16 0.07 334.93 0.65 0.8
Hex ED AA C6 0 1C 10 7 14F 41 50
Octal 355 252 306 0 34 20 7 517 101 120
Binary 11101101 10101010 11000110 0 11100 10000 111 101001111 1000001 1010000

Color Harmonies of #EDAAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAAC6

Black with #EDAAC6

Text Example


Text Example

White with #EDAAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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