Html Css Color HEX #EE9085 Sweet Pink

📋 copy color: '#EE9085'

red 238 ◦ green 144 ◦ blue 133

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

Shades of Sweet Pink #EE9085

Tints of Sweet Pink #EE9085

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.96%

 BLUE value IS 133 (52.34% from 255) = 25.83%

R = 46.21%
G = 27.96%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE9085 (or 0xEE9085) is known color: Sweet Pink. HEX triplet: EE, 90 and 85. RGB value is (238,144,133). Sum of RGB (Red+Green+Blue) = 238+144+133=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9085 is #116F7A. Grayscale: #AAAAAA. Windows color (decimal): -1142651 or 8753390. OLE color: 8753390.

HSL color Cylindrical-coordinate representation of color #EE9085: hue angle of 6.29º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE9085 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 144 133 -
CMYK 0 0.39 0.44 0.07
HSL 6.29º 0.76% 0.73% -
HSV(B) 6.29º 0.44% 0.93% -
XYZ 49.47 39.82 27.27 -
YUV 170.85 106.64 175.89 -
System Red Green Blue C M Y K H S L
Decimal 238 144 133 0 0.39 0.44 0.07 6.29 0.76 0.73
Hex EE 90 85 0 27 2C 7 6 4C 49
Octal 356 220 205 0 47 54 7 6 114 111
Binary 11101110 10010000 10000101 0 100111 101100 111 110 1001100 1001001

Color Harmonies of #EE9085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9085

Black with #EE9085

Text Example


Text Example

White with #EE9085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9085; }

 p { color: rgb(238,144,133); }

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

background-color css

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

 a { background-color: rgb(238,144,133); }

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

border-color css

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

 span { border-color: rgb(238,144,133); }

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