Html Css Color HEX #ED948B Sweet Pink

📋 copy color: '#ED948B'

red 237 ◦ green 148 ◦ blue 139

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

Shades of Sweet Pink #ED948B

Tints of Sweet Pink #ED948B

RGB

 RED value IS 237 (92.97% from 255) = 45.23%

 GREEN value IS 148 (58.2% from 255) = 28.24%

 BLUE value IS 139 (54.69% from 255) = 26.53%

R = 45.23%
G = 28.24%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED948B (or 0xED948B) is known color: Sweet Pink. HEX triplet: ED, 94 and 8B. RGB value is (237,148,139). Sum of RGB (Red+Green+Blue) = 237+148+139=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED948B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED948B is #126B74. Grayscale: #ADADAD. Windows color (decimal): -1207157 or 9147629. OLE color: 9147629.

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

Color convert

RGB 237 148 139 -
CMYK 0 0.38 0.41 0.07
HSL 5.51º 0.73% 0.74% -
HSV(B) 5.51º 0.41% 0.93% -
XYZ 50.18 41.05 29.7 -
YUV 173.59 108.49 173.23 -
System Red Green Blue C M Y K H S L
Decimal 237 148 139 0 0.38 0.41 0.07 5.51 0.73 0.74
Hex ED 94 8B 0 26 29 7 6 49 4A
Octal 355 224 213 0 46 51 7 6 111 112
Binary 11101101 10010100 10001011 0 100110 101001 111 110 1001001 1001010

Color Harmonies of #ED948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED948B

Black with #ED948B

Text Example


Text Example

White with #ED948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED948B; }

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

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

background-color css

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

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

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

border-color css

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

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

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