Html Css Color HEX #EEB1BD Cupid

📋 copy color: '#EEB1BD'

red 238 ◦ green 177 ◦ blue 189

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

Shades of Cupid #EEB1BD

Tints of Cupid #EEB1BD

RGB

 RED value IS 238 (93.36% from 255) = 39.4%

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

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

R = 39.4%
G = 29.3%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EEB1BD (or 0xEEB1BD) is known color: Cupid. HEX triplet: EE, B1 and BD. RGB value is (238,177,189). Sum of RGB (Red+Green+Blue) = 238+177+189=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB1BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB1BD is #114E42. Grayscale: #C4C4C4. Windows color (decimal): -1134147 or 12431854. OLE color: 12431854.

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

Color convert

RGB 238 177 189 -
CMYK 0 0.26 0.21 0.07
HSL 348.2º 0.64% 0.81% -
HSV(B) 348.2º 0.26% 0.93% -
XYZ 60.17 53.3 55.26 -
YUV 196.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 238 177 189 0 0.26 0.21 0.07 348.2 0.64 0.81
Hex EE B1 BD 0 1A 15 7 15C 40 51
Octal 356 261 275 0 32 25 7 534 100 121
Binary 11101110 10110001 10111101 0 11010 10101 111 101011100 1000000 1010001

Color Harmonies of #EEB1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB1BD

Black with #EEB1BD

Text Example


Text Example

White with #EEB1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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