Html Css Color HEX #EF9384 Sweet Pink

📋 copy color: '#EF9384'

red 239 ◦ green 147 ◦ blue 132

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

Shades of Sweet Pink #EF9384

Tints of Sweet Pink #EF9384

RGB

 RED value IS 239 (93.75% from 255) = 46.14%

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

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

R = 46.14%
G = 28.38%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF9384 (or 0xEF9384) is known color: Sweet Pink. HEX triplet: EF, 93 and 84. RGB value is (239,147,132). Sum of RGB (Red+Green+Blue) = 239+147+132=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9384 is #106C7B. Grayscale: #ACACAC. Windows color (decimal): -1076348 or 8688623. OLE color: 8688623.

HSL color Cylindrical-coordinate representation of color #EF9384: hue angle of 8.41º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF9384 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 147 132 -
CMYK 0 0.38 0.45 0.06
HSL 8.41º 0.77% 0.73% -
HSV(B) 8.41º 0.45% 0.94% -
XYZ 50.2 40.88 27.08 -
YUV 172.8 104.98 175.22 -
System Red Green Blue C M Y K H S L
Decimal 239 147 132 0 0.38 0.45 0.06 8.41 0.77 0.73
Hex EF 93 84 0 26 2D 6 8 4D 49
Octal 357 223 204 0 46 55 6 10 115 111
Binary 11101111 10010011 10000100 0 100110 101101 110 1000 1001101 1001001

Color Harmonies of #EF9384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9384

Black with #EF9384

Text Example


Text Example

White with #EF9384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9384; }

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

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

background-color css

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

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

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

border-color css

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

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

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