Html Css Color HEX #EEB0BC Cupid

📋 copy color: '#EEB0BC'

red 238 ◦ green 176 ◦ blue 188

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

Shades of Cupid #EEB0BC

Tints of Cupid #EEB0BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.23%

R = 39.53%
G = 29.24%
B = 31.23%

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

#EEB0BC (or 0xEEB0BC) is known color: Cupid. HEX triplet: EE, B0 and BC. RGB value is (238,176,188). Sum of RGB (Red+Green+Blue) = 238+176+188=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0BC is #114F43. Grayscale: #C3C3C3. Windows color (decimal): -1134404 or 12366062. OLE color: 12366062.

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

Color convert

RGB 238 176 188 -
CMYK 0 0.26 0.21 0.07
HSL 348.39º 0.65% 0.81% -
HSV(B) 348.39º 0.26% 0.93% -
XYZ 59.86 52.86 54.62 -
YUV 195.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 238 176 188 0 0.26 0.21 0.07 348.39 0.65 0.81
Hex EE B0 BC 0 1A 15 7 15C 41 51
Octal 356 260 274 0 32 25 7 534 101 121
Binary 11101110 10110000 10111100 0 11010 10101 111 101011100 1000001 1010001

Color Harmonies of #EEB0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB0BC

Black with #EEB0BC

Text Example


Text Example

White with #EEB0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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