Html Css Color HEX #EDB2BD Cupid

📋 copy color: '#EDB2BD'

red 237 ◦ green 178 ◦ blue 189

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

Shades of Cupid #EDB2BD

Tints of Cupid #EDB2BD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.47%

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

R = 39.24%
G = 29.47%
B = 31.29%

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

#EDB2BD (or 0xEDB2BD) is known color: Cupid. HEX triplet: ED, B2 and BD. RGB value is (237,178,189). Sum of RGB (Red+Green+Blue) = 237+178+189=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2BD is #124D42. Grayscale: #C4C4C4. Windows color (decimal): -1199427 or 12432109. OLE color: 12432109.

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

Color convert

RGB 237 178 189 -
CMYK 0 0.25 0.20 0.07
HSL 348.81º 0.62% 0.81% -
HSV(B) 348.81º 0.25% 0.93% -
XYZ 60.03 53.52 55.31 -
YUV 196.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 237 178 189 0 0.25 0.20 0.07 348.81 0.62 0.81
Hex ED B2 BD 0 19 14 7 15D 3E 51
Octal 355 262 275 0 31 24 7 535 76 121
Binary 11101101 10110010 10111101 0 11001 10100 111 101011101 111110 1010001

Color Harmonies of #EDB2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB2BD

Black with #EDB2BD

Text Example


Text Example

White with #EDB2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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