Html Css Color HEX #EE9384 Sweet Pink

📋 copy color: '#EE9384'

red 238 ◦ green 147 ◦ blue 132

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

Shades of Sweet Pink #EE9384

Tints of Sweet Pink #EE9384

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.43%

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

R = 46.03%
G = 28.43%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE9384 (or 0xEE9384) is known color: Sweet Pink. HEX triplet: EE, 93 and 84. RGB value is (238,147,132). Sum of RGB (Red+Green+Blue) = 238+147+132=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9384 is #116C7B. Grayscale: #ACACAC. Windows color (decimal): -1141884 or 8688622. OLE color: 8688622.

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

Color convert

RGB 238 147 132 -
CMYK 0 0.38 0.45 0.07
HSL 8.49º 0.76% 0.73% -
HSV(B) 8.49º 0.45% 0.93% -
XYZ 49.86 40.71 27.06 -
YUV 172.5 105.15 174.72 -
System Red Green Blue C M Y K H S L
Decimal 238 147 132 0 0.38 0.45 0.07 8.49 0.76 0.73
Hex EE 93 84 0 26 2D 7 8 4C 49
Octal 356 223 204 0 46 55 7 10 114 111
Binary 11101110 10010011 10000100 0 100110 101101 111 1000 1001100 1001001

Color Harmonies of #EE9384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9384

Black with #EE9384

Text Example


Text Example

White with #EE9384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9384; }

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

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

background-color css

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

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

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

border-color css

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

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

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