Html Css Color HEX #EF8D85 Sweet Pink

📋 copy color: '#EF8D85'

red 239 ◦ green 141 ◦ blue 133

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

Shades of Sweet Pink #EF8D85

Tints of Sweet Pink #EF8D85

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.49%

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

R = 46.59%
G = 27.49%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF8D85 (or 0xEF8D85) is known color: Sweet Pink. HEX triplet: EF, 8D and 85. RGB value is (239,141,133). Sum of RGB (Red+Green+Blue) = 239+141+133=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8D85 is #10727A. Grayscale: #A9A9A9. Windows color (decimal): -1077883 or 8752623. OLE color: 8752623.

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

Color convert

RGB 239 141 133 -
CMYK 0 0.41 0.44 0.06
HSL 4.53º 0.77% 0.73% -
HSV(B) 4.53º 0.44% 0.94% -
XYZ 49.36 39.09 27.13 -
YUV 169.39 107.47 177.65 -
System Red Green Blue C M Y K H S L
Decimal 239 141 133 0 0.41 0.44 0.06 4.53 0.77 0.73
Hex EF 8D 85 0 29 2C 6 5 4D 49
Octal 357 215 205 0 51 54 6 5 115 111
Binary 11101111 10001101 10000101 0 101001 101100 110 101 1001101 1001001

Color Harmonies of #EF8D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8D85

Black with #EF8D85

Text Example


Text Example

White with #EF8D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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