Html Css Color HEX #EF9A8E Sweet Pink

📋 copy color: '#EF9A8E'

red 239 ◦ green 154 ◦ blue 142

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

Shades of Sweet Pink #EF9A8E

Tints of Sweet Pink #EF9A8E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.79%

 BLUE value IS 142 (55.86% from 255) = 26.54%

R = 44.67%
G = 28.79%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF9A8E (or 0xEF9A8E) is known color: Sweet Pink. HEX triplet: EF, 9A and 8E. RGB value is (239,154,142). Sum of RGB (Red+Green+Blue) = 239+154+142=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9A8E is #106571. Grayscale: #B2B2B2. Windows color (decimal): -1074546 or 9345775. OLE color: 9345775.

HSL color Cylindrical-coordinate representation of color #EF9A8E: hue angle of 7.42º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF9A8E is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 154 142 -
CMYK 0 0.36 0.41 0.06
HSL 7.42º 0.75% 0.75% -
HSV(B) 7.42º 0.41% 0.94% -
XYZ 52.03 43.41 31.23 -
YUV 178.05 107.66 171.48 -
System Red Green Blue C M Y K H S L
Decimal 239 154 142 0 0.36 0.41 0.06 7.42 0.75 0.75
Hex EF 9A 8E 0 24 29 6 7 4B 4B
Octal 357 232 216 0 44 51 6 7 113 113
Binary 11101111 10011010 10001110 0 100100 101001 110 111 1001011 1001011

Color Harmonies of #EF9A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9A8E

Black with #EF9A8E

Text Example


Text Example

White with #EF9A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9A8E; }

 p { color: rgb(239,154,142); }

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

background-color css

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

 a { background-color: rgb(239,154,142); }

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

border-color css

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

 span { border-color: rgb(239,154,142); }

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