Html Css Color HEX #EE958A Sweet Pink

📋 copy color: '#EE958A'

red 238 ◦ green 149 ◦ blue 138

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

Shades of Sweet Pink #EE958A

Tints of Sweet Pink #EE958A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.29%

R = 45.33%
G = 28.38%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE958A (or 0xEE958A) is known color: Sweet Pink. HEX triplet: EE, 95 and 8A. RGB value is (238,149,138). Sum of RGB (Red+Green+Blue) = 238+149+138=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EE958A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE958A is #116A75. Grayscale: #AEAEAE. Windows color (decimal): -1141366 or 9082350. OLE color: 9082350.

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

Color convert

RGB 238 149 138 -
CMYK 0 0.37 0.42 0.07
HSL 6.6º 0.75% 0.74% -
HSV(B) 6.6º 0.42% 0.93% -
XYZ 50.59 41.51 29.39 -
YUV 174.36 107.49 173.39 -
System Red Green Blue C M Y K H S L
Decimal 238 149 138 0 0.37 0.42 0.07 6.6 0.75 0.74
Hex EE 95 8A 0 25 2A 7 7 4B 4A
Octal 356 225 212 0 45 52 7 7 113 112
Binary 11101110 10010101 10001010 0 100101 101010 111 111 1001011 1001010

Color Harmonies of #EE958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE958A

Black with #EE958A

Text Example


Text Example

White with #EE958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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