Html Css Color HEX #ED9493 Sweet Pink

📋 copy color: '#ED9493'

red 237 ◦ green 148 ◦ blue 147

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

Shades of Sweet Pink #ED9493

Tints of Sweet Pink #ED9493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.63%

R = 44.55%
G = 27.82%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED9493 (or 0xED9493) is known color: Sweet Pink. HEX triplet: ED, 94 and 93. RGB value is (237,148,147). Sum of RGB (Red+Green+Blue) = 237+148+147=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9493 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9493 is #126B6C. Grayscale: #AEAEAE. Windows color (decimal): -1207149 or 9671917. OLE color: 9671917.

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

Color convert

RGB 237 148 147 -
CMYK 0 0.38 0.38 0.07
HSL 0.67º 0.71% 0.75% -
HSV(B) 0.67º 0.38% 0.93% -
XYZ 50.78 41.29 32.9 -
YUV 174.5 112.49 172.58 -
System Red Green Blue C M Y K H S L
Decimal 237 148 147 0 0.38 0.38 0.07 0.67 0.71 0.75
Hex ED 94 93 0 26 26 7 1 47 4B
Octal 355 224 223 0 46 46 7 1 107 113
Binary 11101101 10010100 10010011 0 100110 100110 111 1 1000111 1001011

Color Harmonies of #ED9493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9493

Black with #ED9493

Text Example


Text Example

White with #ED9493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9493; }

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

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

background-color css

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

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

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

border-color css

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

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

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