Html Css Color HEX #ED948F Sweet Pink

📋 copy color: '#ED948F'

red 237 ◦ green 148 ◦ blue 143

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

Shades of Sweet Pink #ED948F

Tints of Sweet Pink #ED948F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.08%

R = 44.89%
G = 28.03%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED948F (or 0xED948F) is known color: Sweet Pink. HEX triplet: ED, 94 and 8F. RGB value is (237,148,143). Sum of RGB (Red+Green+Blue) = 237+148+143=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED948F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED948F is #126B70. Grayscale: #AEAEAE. Windows color (decimal): -1207153 or 9409773. OLE color: 9409773.

HSL color Cylindrical-coordinate representation of color #ED948F: hue angle of 3.19º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED948F is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 148 143 -
CMYK 0 0.38 0.40 0.07
HSL 3.19º 0.72% 0.75% -
HSV(B) 3.19º 0.4% 0.93% -
XYZ 50.47 41.17 31.27 -
YUV 174.04 110.49 172.91 -
System Red Green Blue C M Y K H S L
Decimal 237 148 143 0 0.38 0.40 0.07 3.19 0.72 0.75
Hex ED 94 8F 0 26 28 7 3 48 4B
Octal 355 224 217 0 46 50 7 3 110 113
Binary 11101101 10010100 10001111 0 100110 101000 111 11 1001000 1001011

Color Harmonies of #ED948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED948F

Black with #ED948F

Text Example


Text Example

White with #ED948F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED948F; }

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

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

background-color css

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

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

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

border-color css

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

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

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