Html Css Color HEX #EEB1C1 Cupid

📋 copy color: '#EEB1C1'

red 238 ◦ green 177 ◦ blue 193

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

Shades of Cupid #EEB1C1

Tints of Cupid #EEB1C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.74%

R = 39.14%
G = 29.11%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EEB1C1 (or 0xEEB1C1) is known color: Cupid. HEX triplet: EE, B1 and C1. RGB value is (238,177,193). Sum of RGB (Red+Green+Blue) = 238+177+193=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 177 (69.53% from 255 or 29.11% from 608); Blue value is 193 (75.78% from 255 or 31.74% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB1C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB1C1 is #114E3E. Grayscale: #C5C5C5. Windows color (decimal): -1134143 or 12693998. OLE color: 12693998.

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

Color convert

RGB 238 177 193 -
CMYK 0 0.26 0.19 0.07
HSL 344.26º 0.64% 0.81% -
HSV(B) 344.26º 0.26% 0.93% -
XYZ 60.61 53.47 57.58 -
YUV 197.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 238 177 193 0 0.26 0.19 0.07 344.26 0.64 0.81
Hex EE B1 C1 0 1A 13 7 158 40 51
Octal 356 261 301 0 32 23 7 530 100 121
Binary 11101110 10110001 11000001 0 11010 10011 111 101011000 1000000 1010001

Color Harmonies of #EEB1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB1C1

Black with #EEB1C1

Text Example


Text Example

White with #EEB1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB1C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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