Html Css Color HEX #EEB0C9 Cupid

📋 copy color: '#EEB0C9'

red 238 ◦ green 176 ◦ blue 201

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

Shades of Cupid #EEB0C9

Tints of Cupid #EEB0C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.68%

R = 38.7%
G = 28.62%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EEB0C9 (or 0xEEB0C9) is known color: Cupid. HEX triplet: EE, B0 and C9. RGB value is (238,176,201). Sum of RGB (Red+Green+Blue) = 238+176+201=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0C9 is #114F36. Grayscale: #C5C5C5. Windows color (decimal): -1134391 or 13218030. OLE color: 13218030.

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

Color convert

RGB 238 176 201 -
CMYK 0 0.26 0.16 0.07
HSL 335.81º 0.65% 0.81% -
HSV(B) 335.81º 0.26% 0.93% -
XYZ 61.33 53.44 62.34 -
YUV 197.39 130.04 156.97 -
System Red Green Blue C M Y K H S L
Decimal 238 176 201 0 0.26 0.16 0.07 335.81 0.65 0.81
Hex EE B0 C9 0 1A 10 7 150 41 51
Octal 356 260 311 0 32 20 7 520 101 121
Binary 11101110 10110000 11001001 0 11010 10000 111 101010000 1000001 1010001

Color Harmonies of #EEB0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB0C9

Black with #EEB0C9

Text Example


Text Example

White with #EEB0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB0C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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