Html Css Color HEX #EF9592 Sweet Pink

📋 copy color: '#EF9592'

red 239 ◦ green 149 ◦ blue 146

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

Shades of Sweet Pink #EF9592

Tints of Sweet Pink #EF9592

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.9%

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

R = 44.76%
G = 27.9%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF9592 (or 0xEF9592) is known color: Sweet Pink. HEX triplet: EF, 95 and 92. RGB value is (239,149,146). Sum of RGB (Red+Green+Blue) = 239+149+146=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9592 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9592 is #106A6D. Grayscale: #AFAFAF. Windows color (decimal): -1075822 or 9606639. OLE color: 9606639.

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

Color convert

RGB 239 149 146 -
CMYK 0 0.38 0.39 0.06
HSL 1.94º 0.74% 0.75% -
HSV(B) 1.94º 0.39% 0.94% -
XYZ 51.53 41.92 32.57 -
YUV 175.57 111.32 173.24 -
System Red Green Blue C M Y K H S L
Decimal 239 149 146 0 0.38 0.39 0.06 1.94 0.74 0.75
Hex EF 95 92 0 26 27 6 2 4A 4B
Octal 357 225 222 0 46 47 6 2 112 113
Binary 11101111 10010101 10010010 0 100110 100111 110 10 1001010 1001011

Color Harmonies of #EF9592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9592

Black with #EF9592

Text Example


Text Example

White with #EF9592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9592; }

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

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

background-color css

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

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

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

border-color css

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

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

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