#EF938A

Color #EF938A Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #EF938A

Tints of Sweet Pink #EF938A

Color information

#EF938A (or 0xEF938A) is unknown color: approx Sweet Pink. HEX triplet: EF, 93 and 8A. RGB value is (239,147,138). Sum of RGB (Red+Green+Blue) = 239+147+138=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EF938A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF938A is #106C75. Grayscale: #ADADAD. Windows color (decimal): -1076342 or 9081839. OLE color: 9081839.

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

Color convert

RGB239147138-
CMYK00.380.420.06
HSL5.35º75.94%73.92%-
HSV(B)5.35º42.26%93.73%-
XYZ50.6241.0529.3-
YUV173.48107.98174.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.61%
GREEN value IS 147 (57.81% from 255) = 28.05%
BLUE value IS 138 (54.30% from 255) = 26.34%
R=45.61%
G=28.05%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914713800.380.420.065.3575.9473.92
HexEF938A0262A654c4a
Octal3572232120465265114112
Binary111011111001001110001010010011010101011010110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF938A; }

 p { color: rgb(239,147,138); }

 H1.HeaderClassName
 {
   color: #EF938A;
 }
 .AnyTagClassName
 {
   color: #EF938A;
 }
</style>
background-color css

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

 a { background-color: rgb(239,147,138); }

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

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

 span { border-color: rgb(239,147,138); }

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