Html Css Color HEX #ED948E Sweet Pink

📋 copy color: '#ED948E'

red 237 ◦ green 148 ◦ blue 142

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

Shades of Sweet Pink #ED948E

Tints of Sweet Pink #ED948E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.94%

R = 44.97%
G = 28.08%
B = 26.94%

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

#ED948E (or 0xED948E) is known color: Sweet Pink. HEX triplet: ED, 94 and 8E. RGB value is (237,148,142). Sum of RGB (Red+Green+Blue) = 237+148+142=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED948E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED948E is #126B71. Grayscale: #AEAEAE. Windows color (decimal): -1207154 or 9344237. OLE color: 9344237.

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

Color convert

RGB 237 148 142 -
CMYK 0 0.38 0.40 0.07
HSL 3.79º 0.73% 0.74% -
HSV(B) 3.79º 0.4% 0.93% -
XYZ 50.4 41.14 30.88 -
YUV 173.93 109.99 172.99 -
System Red Green Blue C M Y K H S L
Decimal 237 148 142 0 0.38 0.40 0.07 3.79 0.73 0.74
Hex ED 94 8E 0 26 28 7 4 49 4A
Octal 355 224 216 0 46 50 7 4 111 112
Binary 11101101 10010100 10001110 0 100110 101000 111 100 1001001 1001010

Color Harmonies of #ED948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED948E

Black with #ED948E

Text Example


Text Example

White with #ED948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED948E; }

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

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

background-color css

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

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

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

border-color css

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

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

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