Html Css Color HEX #ED9594 Sweet Pink

📋 copy color: '#ED9594'

red 237 ◦ green 149 ◦ blue 148

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

Shades of Sweet Pink #ED9594

Tints of Sweet Pink #ED9594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.72%

R = 44.38%
G = 27.9%
B = 27.72%

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

#ED9594 (or 0xED9594) is known color: Sweet Pink. HEX triplet: ED, 95 and 94. RGB value is (237,149,148). Sum of RGB (Red+Green+Blue) = 237+149+148=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9594 is #126A6B. Grayscale: #AFAFAF. Windows color (decimal): -1206892 or 9737709. OLE color: 9737709.

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

Color convert

RGB 237 149 148 -
CMYK 0 0.37 0.38 0.07
HSL 0.67º 0.71% 0.75% -
HSV(B) 0.67º 0.38% 0.93% -
XYZ 51.02 41.64 33.36 -
YUV 175.2 112.65 172.08 -
System Red Green Blue C M Y K H S L
Decimal 237 149 148 0 0.37 0.38 0.07 0.67 0.71 0.75
Hex ED 95 94 0 25 26 7 1 47 4B
Octal 355 225 224 0 45 46 7 1 107 113
Binary 11101101 10010101 10010100 0 100101 100110 111 1 1000111 1001011

Color Harmonies of #ED9594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9594

Black with #ED9594

Text Example


Text Example

White with #ED9594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9594; }

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

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

background-color css

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

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

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

border-color css

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

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

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