Html Css Color HEX #ED9991 Sweet Pink

📋 copy color: '#ED9991'

red 237 ◦ green 153 ◦ blue 145

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

Shades of Sweet Pink #ED9991

Tints of Sweet Pink #ED9991

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.6%

 BLUE value IS 145 (57.03% from 255) = 27.1%

R = 44.3%
G = 28.6%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED9991 (or 0xED9991) is known color: Sweet Pink. HEX triplet: ED, 99 and 91. RGB value is (237,153,145). Sum of RGB (Red+Green+Blue) = 237+153+145=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 145 (57.03% from 255 or 27.10% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9991 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9991 is #12666E. Grayscale: #B1B1B1. Windows color (decimal): -1205871 or 9542125. OLE color: 9542125.

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

Color convert

RGB 237 153 145 -
CMYK 0 0.35 0.39 0.07
HSL 5.22º 0.72% 0.75% -
HSV(B) 5.22º 0.39% 0.93% -
XYZ 51.43 42.83 32.34 -
YUV 177.2 109.83 170.65 -
System Red Green Blue C M Y K H S L
Decimal 237 153 145 0 0.35 0.39 0.07 5.22 0.72 0.75
Hex ED 99 91 0 23 27 7 5 48 4B
Octal 355 231 221 0 43 47 7 5 110 113
Binary 11101101 10011001 10010001 0 100011 100111 111 101 1001000 1001011

Color Harmonies of #ED9991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9991

Black with #ED9991

Text Example


Text Example

White with #ED9991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9991; }

 p { color: rgb(237,153,145); }

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

background-color css

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

 a { background-color: rgb(237,153,145); }

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

border-color css

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

 span { border-color: rgb(237,153,145); }

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