Html Css Color HEX #EF9D92 Sweet Pink

📋 copy color: '#EF9D92'

red 239 ◦ green 157 ◦ blue 146

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

Shades of Sweet Pink #EF9D92

Tints of Sweet Pink #EF9D92

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.97%

 BLUE value IS 146 (57.42% from 255) = 26.94%

R = 44.1%
G = 28.97%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF9D92 (or 0xEF9D92) is known color: Sweet Pink. HEX triplet: EF, 9D and 92. RGB value is (239,157,146). Sum of RGB (Red+Green+Blue) = 239+157+146=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9D92 is #10626D. Grayscale: #B4B4B4. Windows color (decimal): -1073774 or 9608687. OLE color: 9608687.

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

Color convert

RGB 239 157 146 -
CMYK 0 0.34 0.39 0.06
HSL 7.1º 0.74% 0.75% -
HSV(B) 7.1º 0.39% 0.94% -
XYZ 52.84 44.54 33.01 -
YUV 180.26 108.67 169.89 -
System Red Green Blue C M Y K H S L
Decimal 239 157 146 0 0.34 0.39 0.06 7.1 0.74 0.75
Hex EF 9D 92 0 22 27 6 7 4A 4B
Octal 357 235 222 0 42 47 6 7 112 113
Binary 11101111 10011101 10010010 0 100010 100111 110 111 1001010 1001011

Color Harmonies of #EF9D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9D92

Black with #EF9D92

Text Example


Text Example

White with #EF9D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9D92; }

 p { color: rgb(239,157,146); }

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

background-color css

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

 a { background-color: rgb(239,157,146); }

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

border-color css

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

 span { border-color: rgb(239,157,146); }

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