Html Css Color HEX #EDAEBB Cupid

📋 copy color: '#EDAEBB'

red 237 ◦ green 174 ◦ blue 187

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

Shades of Cupid #EDAEBB

Tints of Cupid #EDAEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.27%

R = 39.63%
G = 29.1%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDAEBB (or 0xEDAEBB) is known color: Cupid. HEX triplet: ED, AE and BB. RGB value is (237,174,187). Sum of RGB (Red+Green+Blue) = 237+174+187=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEBB is #125144. Grayscale: #C2C2C2. Windows color (decimal): -1200453 or 12300013. OLE color: 12300013.

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

Color convert

RGB 237 174 187 -
CMYK 0 0.27 0.21 0.07
HSL 347.62º 0.64% 0.81% -
HSV(B) 347.62º 0.27% 0.93% -
XYZ 59.03 51.86 53.91 -
YUV 194.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 237 174 187 0 0.27 0.21 0.07 347.62 0.64 0.81
Hex ED AE BB 0 1B 15 7 15C 40 51
Octal 355 256 273 0 33 25 7 534 100 121
Binary 11101101 10101110 10111011 0 11011 10101 111 101011100 1000000 1010001

Color Harmonies of #EDAEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAEBB

Black with #EDAEBB

Text Example


Text Example

White with #EDAEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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