Html Css Color HEX #EDAEBA Cupid

📋 copy color: '#EDAEBA'

red 237 ◦ green 174 ◦ blue 186

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

Shades of Cupid #EDAEBA

Tints of Cupid #EDAEBA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.15%

 BLUE value IS 186 (73.05% from 255) = 31.16%

R = 39.7%
G = 29.15%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDAEBA (or 0xEDAEBA) is known color: Cupid. HEX triplet: ED, AE and BA. RGB value is (237,174,186). Sum of RGB (Red+Green+Blue) = 237+174+186=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEBA is #125145. Grayscale: #C2C2C2. Windows color (decimal): -1200454 or 12234477. OLE color: 12234477.

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

Color convert

RGB 237 174 186 -
CMYK 0 0.27 0.22 0.07
HSL 348.57º 0.64% 0.81% -
HSV(B) 348.57º 0.27% 0.93% -
XYZ 58.92 51.82 53.35 -
YUV 194.21 123.37 158.52 -
System Red Green Blue C M Y K H S L
Decimal 237 174 186 0 0.27 0.22 0.07 348.57 0.64 0.81
Hex ED AE BA 0 1B 16 7 15D 40 51
Octal 355 256 272 0 33 26 7 535 100 121
Binary 11101101 10101110 10111010 0 11011 10110 111 101011101 1000000 1010001

Color Harmonies of #EDAEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAEBA

Black with #EDAEBA

Text Example


Text Example

White with #EDAEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAEBA; }

 p { color: rgb(237,174,186); }

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

background-color css

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

 a { background-color: rgb(237,174,186); }

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

border-color css

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

 span { border-color: rgb(237,174,186); }

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