Html Css Color HEX #EEB1C4 Cupid

📋 copy color: '#EEB1C4'

red 238 ◦ green 177 ◦ blue 196

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

Shades of Cupid #EEB1C4

Tints of Cupid #EEB1C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.08%

R = 38.95%
G = 28.97%
B = 32.08%

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

#EEB1C4 (or 0xEEB1C4) is known color: Cupid. HEX triplet: EE, B1 and C4. RGB value is (238,177,196). Sum of RGB (Red+Green+Blue) = 238+177+196=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 177 (69.53% from 255 or 28.97% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB1C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB1C4 is #114E3B. Grayscale: #C5C5C5. Windows color (decimal): -1134140 or 12890606. OLE color: 12890606.

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

Color convert

RGB 238 177 196 -
CMYK 0 0.26 0.18 0.07
HSL 341.31º 0.64% 0.81% -
HSV(B) 341.31º 0.26% 0.93% -
XYZ 60.95 53.61 59.36 -
YUV 197.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 238 177 196 0 0.26 0.18 0.07 341.31 0.64 0.81
Hex EE B1 C4 0 1A 12 7 155 40 51
Octal 356 261 304 0 32 22 7 525 100 121
Binary 11101110 10110001 11000100 0 11010 10010 111 101010101 1000000 1010001

Color Harmonies of #EEB1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB1C4

Black with #EEB1C4

Text Example


Text Example

White with #EEB1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB1C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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