Html Css Color HEX #EE958C Sweet Pink

📋 copy color: '#EE958C'

red 238 ◦ green 149 ◦ blue 140

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

Shades of Sweet Pink #EE958C

Tints of Sweet Pink #EE958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.27%

 BLUE value IS 140 (55.08% from 255) = 26.57%

R = 45.16%
G = 28.27%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE958C (or 0xEE958C) is known color: Sweet Pink. HEX triplet: EE, 95 and 8C. RGB value is (238,149,140). Sum of RGB (Red+Green+Blue) = 238+149+140=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EE958C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE958C is #116A73. Grayscale: #AEAEAE. Windows color (decimal): -1141364 or 9213422. OLE color: 9213422.

HSL color Cylindrical-coordinate representation of color #EE958C: hue angle of 5.51º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE958C is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 149 140 -
CMYK 0 0.37 0.41 0.07
HSL 5.51º 0.74% 0.74% -
HSV(B) 5.51º 0.41% 0.93% -
XYZ 50.74 41.57 30.16 -
YUV 174.59 108.49 173.23 -
System Red Green Blue C M Y K H S L
Decimal 238 149 140 0 0.37 0.41 0.07 5.51 0.74 0.74
Hex EE 95 8C 0 25 29 7 6 4A 4A
Octal 356 225 214 0 45 51 7 6 112 112
Binary 11101110 10010101 10001100 0 100101 101001 111 110 1001010 1001010

Color Harmonies of #EE958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE958C

Black with #EE958C

Text Example


Text Example

White with #EE958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE958C; }

 p { color: rgb(238,149,140); }

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

background-color css

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

 a { background-color: rgb(238,149,140); }

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

border-color css

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

 span { border-color: rgb(238,149,140); }

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