Html Css Color HEX #EE9084 Sweet Pink

📋 copy color: '#EE9084'

red 238 ◦ green 144 ◦ blue 132

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

Shades of Sweet Pink #EE9084

Tints of Sweet Pink #EE9084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.68%

R = 46.3%
G = 28.02%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE9084 (or 0xEE9084) is known color: Sweet Pink. HEX triplet: EE, 90 and 84. RGB value is (238,144,132). Sum of RGB (Red+Green+Blue) = 238+144+132=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9084 is #116F7B. Grayscale: #AAAAAA. Windows color (decimal): -1142652 or 8687854. OLE color: 8687854.

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

Color convert

RGB 238 144 132 -
CMYK 0 0.39 0.45 0.07
HSL 6.79º 0.76% 0.73% -
HSV(B) 6.79º 0.45% 0.93% -
XYZ 49.4 39.79 26.91 -
YUV 170.74 106.14 175.98 -
System Red Green Blue C M Y K H S L
Decimal 238 144 132 0 0.39 0.45 0.07 6.79 0.76 0.73
Hex EE 90 84 0 27 2D 7 7 4C 49
Octal 356 220 204 0 47 55 7 7 114 111
Binary 11101110 10010000 10000100 0 100111 101101 111 111 1001100 1001001

Color Harmonies of #EE9084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9084

Black with #EE9084

Text Example


Text Example

White with #EE9084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9084; }

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

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

background-color css

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

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

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

border-color css

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

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

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