Html Css Color HEX #EDA8C1 Cupid

📋 copy color: '#EDA8C1'

red 237 ◦ green 168 ◦ blue 193

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

Shades of Cupid #EDA8C1

Tints of Cupid #EDA8C1

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.09%

 BLUE value IS 193 (75.78% from 255) = 32.27%

R = 39.63%
G = 28.09%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDA8C1 (or 0xEDA8C1) is known color: Cupid. HEX triplet: ED, A8 and C1. RGB value is (237,168,193). Sum of RGB (Red+Green+Blue) = 237+168+193=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 168 (66.02% from 255 or 28.09% from 598); Blue value is 193 (75.78% from 255 or 32.27% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8C1 is #12573E. Grayscale: #BFBFBF. Windows color (decimal): -1201983 or 12691693. OLE color: 12691693.

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

Color convert

RGB 237 168 193 -
CMYK 0 0.29 0.19 0.07
HSL 338.26º 0.66% 0.79% -
HSV(B) 338.26º 0.29% 0.93% -
XYZ 58.55 49.86 56.99 -
YUV 191.48 128.86 160.47 -
System Red Green Blue C M Y K H S L
Decimal 237 168 193 0 0.29 0.19 0.07 338.26 0.66 0.79
Hex ED A8 C1 0 1D 13 7 152 42 4F
Octal 355 250 301 0 35 23 7 522 102 117
Binary 11101101 10101000 11000001 0 11101 10011 111 101010010 1000010 1001111

Color Harmonies of #EDA8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA8C1

Black with #EDA8C1

Text Example


Text Example

White with #EDA8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA8C1; }

 p { color: rgb(237,168,193); }

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

background-color css

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

 a { background-color: rgb(237,168,193); }

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

border-color css

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

 span { border-color: rgb(237,168,193); }

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