#ED948A

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

Shades of Sweet Pink #ED948A

Tints of Sweet Pink #ED948A

Color information

#ED948A (or 0xED948A) is unknown color: approx Sweet Pink. HEX triplet: ED, 94 and 8A. RGB value is (237,148,138). Sum of RGB (Red+Green+Blue) = 237+148+138=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED948A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED948A is #126B75. Grayscale: #ADADAD. Windows color (decimal): -1207158 or 9082093. OLE color: 9082093.

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

Color convert

RGB237148138-
CMYK00.380.420.07
HSL6.06º73.33%73.53%-
HSV(B)6.06º41.77%92.94%-
XYZ50.141.0229.32-
YUV173.47107.99173.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.32%
GREEN value IS 148 (58.20% from 255) = 28.30%
BLUE value IS 138 (54.30% from 255) = 26.39%
R=45.32%
G=28.30%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714813800.380.420.076.0673.3373.53
HexED948A0262A76494a
Octal3552242120465276111112
Binary111011011001010010001010010011010101011111010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED948A; }

 p { color: rgb(237,148,138); }

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

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

 a { background-color: rgb(237,148,138); }

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

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

 span { border-color: rgb(237,148,138); }

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