Html Css Color HEX #EF8F85 Sweet Pink

📋 copy color: '#EF8F85'

red 239 ◦ green 143 ◦ blue 133

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

Shades of Sweet Pink #EF8F85

Tints of Sweet Pink #EF8F85

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.77%

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

R = 46.41%
G = 27.77%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF8F85 (or 0xEF8F85) is known color: Sweet Pink. HEX triplet: EF, 8F and 85. RGB value is (239,143,133). Sum of RGB (Red+Green+Blue) = 239+143+133=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8F85 is #10707A. Grayscale: #AAAAAA. Windows color (decimal): -1077371 or 8753135. OLE color: 8753135.

HSL color Cylindrical-coordinate representation of color #EF8F85: hue angle of 5.66º 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 #EF8F85 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 143 133 -
CMYK 0 0.40 0.44 0.06
HSL 5.66º 0.77% 0.73% -
HSV(B) 5.66º 0.44% 0.94% -
XYZ 49.65 39.69 27.23 -
YUV 170.56 106.8 176.81 -
System Red Green Blue C M Y K H S L
Decimal 239 143 133 0 0.40 0.44 0.06 5.66 0.77 0.73
Hex EF 8F 85 0 28 2C 6 6 4D 49
Octal 357 217 205 0 50 54 6 6 115 111
Binary 11101111 10001111 10000101 0 101000 101100 110 110 1001101 1001001

Color Harmonies of #EF8F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8F85

Black with #EF8F85

Text Example


Text Example

White with #EF8F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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