Html Css Color HEX #EEB0BE Cupid

📋 copy color: '#EEB0BE'

red 238 ◦ green 176 ◦ blue 190

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

Shades of Cupid #EEB0BE

Tints of Cupid #EEB0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.14%

 BLUE value IS 190 (74.61% from 255) = 31.46%

R = 39.4%
G = 29.14%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EEB0BE (or 0xEEB0BE) is known color: Cupid. HEX triplet: EE, B0 and BE. RGB value is (238,176,190). Sum of RGB (Red+Green+Blue) = 238+176+190=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0BE is #114F41. Grayscale: #C4C4C4. Windows color (decimal): -1134402 or 12497134. OLE color: 12497134.

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

Color convert

RGB 238 176 190 -
CMYK 0 0.26 0.20 0.07
HSL 346.45º 0.65% 0.81% -
HSV(B) 346.45º 0.26% 0.93% -
XYZ 60.08 52.95 55.77 -
YUV 196.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 238 176 190 0 0.26 0.20 0.07 346.45 0.65 0.81
Hex EE B0 BE 0 1A 14 7 15A 41 51
Octal 356 260 276 0 32 24 7 532 101 121
Binary 11101110 10110000 10111110 0 11010 10100 111 101011010 1000001 1010001

Color Harmonies of #EEB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB0BE

Black with #EEB0BE

Text Example


Text Example

White with #EEB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB0BE; }

 p { color: rgb(238,176,190); }

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

background-color css

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

 a { background-color: rgb(238,176,190); }

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

border-color css

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

 span { border-color: rgb(238,176,190); }

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