Html Css Color HEX #EEB0C3 Cupid

📋 copy color: '#EEB0C3'

red 238 ◦ green 176 ◦ blue 195

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

Shades of Cupid #EEB0C3

Tints of Cupid #EEB0C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.02%

R = 39.08%
G = 28.9%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EEB0C3 (or 0xEEB0C3) is known color: Cupid. HEX triplet: EE, B0 and C3. RGB value is (238,176,195). Sum of RGB (Red+Green+Blue) = 238+176+195=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0C3 is #114F3C. Grayscale: #C4C4C4. Windows color (decimal): -1134397 or 12824814. OLE color: 12824814.

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

Color convert

RGB 238 176 195 -
CMYK 0 0.26 0.18 0.07
HSL 341.61º 0.65% 0.81% -
HSV(B) 341.61º 0.26% 0.93% -
XYZ 60.64 53.17 58.7 -
YUV 196.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 238 176 195 0 0.26 0.18 0.07 341.61 0.65 0.81
Hex EE B0 C3 0 1A 12 7 156 41 51
Octal 356 260 303 0 32 22 7 526 101 121
Binary 11101110 10110000 11000011 0 11010 10010 111 101010110 1000001 1010001

Color Harmonies of #EEB0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB0C3

Black with #EEB0C3

Text Example


Text Example

White with #EEB0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB0C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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