Html Css Color HEX #EF9185 Sweet Pink

📋 copy color: '#EF9185'

red 239 ◦ green 145 ◦ blue 133

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

Shades of Sweet Pink #EF9185

Tints of Sweet Pink #EF9185

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.05%

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

R = 46.23%
G = 28.05%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF9185 (or 0xEF9185) is known color: Sweet Pink. HEX triplet: EF, 91 and 85. RGB value is (239,145,133). Sum of RGB (Red+Green+Blue) = 239+145+133=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9185 is #106E7A. Grayscale: #ABABAB. Windows color (decimal): -1076859 or 8753647. OLE color: 8753647.

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

Color convert

RGB 239 145 133 -
CMYK 0 0.39 0.44 0.06
HSL 6.79º 0.77% 0.73% -
HSV(B) 6.79º 0.44% 0.94% -
XYZ 49.96 40.29 27.34 -
YUV 171.74 106.14 175.98 -
System Red Green Blue C M Y K H S L
Decimal 239 145 133 0 0.39 0.44 0.06 6.79 0.77 0.73
Hex EF 91 85 0 27 2C 6 7 4D 49
Octal 357 221 205 0 47 54 6 7 115 111
Binary 11101111 10010001 10000101 0 100111 101100 110 111 1001101 1001001

Color Harmonies of #EF9185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9185

Black with #EF9185

Text Example


Text Example

White with #EF9185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9185; }

 p { color: rgb(239,145,133); }

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

background-color css

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

 a { background-color: rgb(239,145,133); }

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

border-color css

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

 span { border-color: rgb(239,145,133); }

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