Html Css Color HEX #EEB0C2 Cupid

📋 copy color: '#EEB0C2'

red 238 ◦ green 176 ◦ blue 194

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

Shades of Cupid #EEB0C2

Tints of Cupid #EEB0C2

RGB

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

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

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

R = 39.14%
G = 28.95%
B = 31.91%

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

#EEB0C2 (or 0xEEB0C2) is known color: Cupid. HEX triplet: EE, B0 and C2. RGB value is (238,176,194). Sum of RGB (Red+Green+Blue) = 238+176+194=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0C2 is #114F3D. Grayscale: #C4C4C4. Windows color (decimal): -1134398 or 12759278. OLE color: 12759278.

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

Color convert

RGB 238 176 194 -
CMYK 0 0.26 0.18 0.07
HSL 342.58º 0.65% 0.81% -
HSV(B) 342.58º 0.26% 0.93% -
XYZ 60.52 53.12 58.1 -
YUV 196.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 238 176 194 0 0.26 0.18 0.07 342.58 0.65 0.81
Hex EE B0 C2 0 1A 12 7 157 41 51
Octal 356 260 302 0 32 22 7 527 101 121
Binary 11101110 10110000 11000010 0 11010 10010 111 101010111 1000001 1010001

Color Harmonies of #EEB0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB0C2

Black with #EEB0C2

Text Example


Text Example

White with #EEB0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB0C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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