Html Css Color HEX #EE948B Sweet Pink

📋 copy color: '#EE948B'

red 238 ◦ green 148 ◦ blue 139

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

Shades of Sweet Pink #EE948B

Tints of Sweet Pink #EE948B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.19%

 BLUE value IS 139 (54.69% from 255) = 26.48%

R = 45.33%
G = 28.19%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE948B (or 0xEE948B) is known color: Sweet Pink. HEX triplet: EE, 94 and 8B. RGB value is (238,148,139). Sum of RGB (Red+Green+Blue) = 238+148+139=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EE948B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE948B is #116B74. Grayscale: #AEAEAE. Windows color (decimal): -1141621 or 9147630. OLE color: 9147630.

HSL color Cylindrical-coordinate representation of color #EE948B: hue angle of 5.45º degrees, saturation: 0.74, 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 #EE948B is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 148 139 -
CMYK 0 0.38 0.42 0.07
HSL 5.45º 0.74% 0.74% -
HSV(B) 5.45º 0.42% 0.93% -
XYZ 50.51 41.22 29.72 -
YUV 173.88 108.32 173.73 -
System Red Green Blue C M Y K H S L
Decimal 238 148 139 0 0.38 0.42 0.07 5.45 0.74 0.74
Hex EE 94 8B 0 26 2A 7 5 4A 4A
Octal 356 224 213 0 46 52 7 5 112 112
Binary 11101110 10010100 10001011 0 100110 101010 111 101 1001010 1001010

Color Harmonies of #EE948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE948B

Black with #EE948B

Text Example


Text Example

White with #EE948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE948B; }

 p { color: rgb(238,148,139); }

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

background-color css

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

 a { background-color: rgb(238,148,139); }

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

border-color css

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

 span { border-color: rgb(238,148,139); }

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