Html Css Color HEX #ED9793 Sweet Pink

📋 copy color: '#ED9793'

red 237 ◦ green 151 ◦ blue 147

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

Shades of Sweet Pink #ED9793

Tints of Sweet Pink #ED9793

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.22%

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

R = 44.3%
G = 28.22%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED9793 (or 0xED9793) is known color: Sweet Pink. HEX triplet: ED, 97 and 93. RGB value is (237,151,147). Sum of RGB (Red+Green+Blue) = 237+151+147=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9793 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9793 is #12686C. Grayscale: #B0B0B0. Windows color (decimal): -1206381 or 9672685. OLE color: 9672685.

HSL color Cylindrical-coordinate representation of color #ED9793: hue angle of 2.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 #ED9793 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 151 147 -
CMYK 0 0.36 0.38 0.07
HSL 2.67º 0.71% 0.75% -
HSV(B) 2.67º 0.38% 0.93% -
XYZ 51.26 42.24 33.06 -
YUV 176.26 111.49 171.33 -
System Red Green Blue C M Y K H S L
Decimal 237 151 147 0 0.36 0.38 0.07 2.67 0.71 0.75
Hex ED 97 93 0 24 26 7 3 47 4B
Octal 355 227 223 0 44 46 7 3 107 113
Binary 11101101 10010111 10010011 0 100100 100110 111 11 1000111 1001011

Color Harmonies of #ED9793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9793

Black with #ED9793

Text Example


Text Example

White with #ED9793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9793; }

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

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

background-color css

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

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

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

border-color css

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

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

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