Html Css Color HEX #ED9592 Sweet Pink

📋 copy color: '#ED9592'

red 237 ◦ green 149 ◦ blue 146

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

Shades of Sweet Pink #ED9592

Tints of Sweet Pink #ED9592

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.01%

 BLUE value IS 146 (57.42% from 255) = 27.44%

R = 44.55%
G = 28.01%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED9592 (or 0xED9592) is known color: Sweet Pink. HEX triplet: ED, 95 and 92. RGB value is (237,149,146). Sum of RGB (Red+Green+Blue) = 237+149+146=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9592 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9592 is #126A6D. Grayscale: #AFAFAF. Windows color (decimal): -1206894 or 9606637. OLE color: 9606637.

HSL color Cylindrical-coordinate representation of color #ED9592: hue angle of 1.98º degrees, saturation: 0.72, 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 #ED9592 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 149 146 -
CMYK 0 0.37 0.38 0.07
HSL 1.98º 0.72% 0.75% -
HSV(B) 1.98º 0.38% 0.93% -
XYZ 50.86 41.57 32.54 -
YUV 174.97 111.65 172.24 -
System Red Green Blue C M Y K H S L
Decimal 237 149 146 0 0.37 0.38 0.07 1.98 0.72 0.75
Hex ED 95 92 0 25 26 7 2 48 4B
Octal 355 225 222 0 45 46 7 2 110 113
Binary 11101101 10010101 10010010 0 100101 100110 111 10 1001000 1001011

Color Harmonies of #ED9592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9592

Black with #ED9592

Text Example


Text Example

White with #ED9592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9592; }

 p { color: rgb(237,149,146); }

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

background-color css

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

 a { background-color: rgb(237,149,146); }

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

border-color css

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

 span { border-color: rgb(237,149,146); }

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