Html Css Color HEX #EEB1C2 Cupid

📋 copy color: '#EEB1C2'

red 238 ◦ green 177 ◦ blue 194

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

Shades of Cupid #EEB1C2

Tints of Cupid #EEB1C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.86%

R = 39.08%
G = 29.06%
B = 31.86%

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

#EEB1C2 (or 0xEEB1C2) is known color: Cupid. HEX triplet: EE, B1 and C2. RGB value is (238,177,194). Sum of RGB (Red+Green+Blue) = 238+177+194=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 177 (69.53% from 255 or 29.06% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB1C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB1C2 is #114E3D. Grayscale: #C5C5C5. Windows color (decimal): -1134142 or 12759534. OLE color: 12759534.

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

Color convert

RGB 238 177 194 -
CMYK 0 0.26 0.18 0.07
HSL 343.28º 0.64% 0.81% -
HSV(B) 343.28º 0.26% 0.93% -
XYZ 60.72 53.52 58.17 -
YUV 197.18 126.21 157.12 -
System Red Green Blue C M Y K H S L
Decimal 238 177 194 0 0.26 0.18 0.07 343.28 0.64 0.81
Hex EE B1 C2 0 1A 12 7 157 40 51
Octal 356 261 302 0 32 22 7 527 100 121
Binary 11101110 10110001 11000010 0 11010 10010 111 101010111 1000000 1010001

Color Harmonies of #EEB1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB1C2

Black with #EEB1C2

Text Example


Text Example

White with #EEB1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB1C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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