Html Css Color HEX #EDAFC0 Cupid

📋 copy color: '#EDAFC0'

red 237 ◦ green 175 ◦ blue 192

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

Shades of Cupid #EDAFC0

Tints of Cupid #EDAFC0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.97%

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

R = 39.24%
G = 28.97%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDAFC0 (or 0xEDAFC0) is known color: Cupid. HEX triplet: ED, AF and C0. RGB value is (237,175,192). Sum of RGB (Red+Green+Blue) = 237+175+192=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFC0 is #12503F. Grayscale: #C3C3C3. Windows color (decimal): -1200192 or 12627949. OLE color: 12627949.

HSL color Cylindrical-coordinate representation of color #EDAFC0: hue angle of 343.55º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDAFC0 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 175 192 -
CMYK 0 0.26 0.19 0.07
HSL 343.55º 0.63% 0.81% -
HSV(B) 343.55º 0.26% 0.93% -
XYZ 59.77 52.47 56.85 -
YUV 195.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 237 175 192 0 0.26 0.19 0.07 343.55 0.63 0.81
Hex ED AF C0 0 1A 13 7 158 3F 51
Octal 355 257 300 0 32 23 7 530 77 121
Binary 11101101 10101111 11000000 0 11010 10011 111 101011000 111111 1010001

Color Harmonies of #EDAFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAFC0

Black with #EDAFC0

Text Example


Text Example

White with #EDAFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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