Html Css Color HEX #EDB1BD Cupid

📋 copy color: '#EDB1BD'

red 237 ◦ green 177 ◦ blue 189

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

Shades of Cupid #EDB1BD

Tints of Cupid #EDB1BD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.35%

 BLUE value IS 189 (74.22% from 255) = 31.34%

R = 39.3%
G = 29.35%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDB1BD (or 0xEDB1BD) is known color: Cupid. HEX triplet: ED, B1 and BD. RGB value is (237,177,189). Sum of RGB (Red+Green+Blue) = 237+177+189=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 177 (69.53% from 255 or 29.35% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB1BD is #124E42. Grayscale: #C4C4C4. Windows color (decimal): -1199683 or 12431853. OLE color: 12431853.

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

Color convert

RGB 237 177 189 -
CMYK 0 0.25 0.20 0.07
HSL 348º 0.63% 0.81% -
HSV(B) 348º 0.25% 0.93% -
XYZ 59.83 53.12 55.24 -
YUV 196.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 237 177 189 0 0.25 0.20 0.07 348 0.63 0.81
Hex ED B1 BD 0 19 14 7 15C 3E 51
Octal 355 261 275 0 31 24 7 534 76 121
Binary 11101101 10110001 10111101 0 11001 10100 111 101011100 111110 1010001

Color Harmonies of #EDB1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB1BD

Black with #EDB1BD

Text Example


Text Example

White with #EDB1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB1BD; }

 p { color: rgb(237,177,189); }

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

background-color css

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

 a { background-color: rgb(237,177,189); }

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

border-color css

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

 span { border-color: rgb(237,177,189); }

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