Html Css Color HEX #ED4575 Dark Pink

📋 copy color: '#ED4575'

red 237 ◦ green 69 ◦ blue 117

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

Shades of Dark Pink #ED4575

Tints of Dark Pink #ED4575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.31%

 BLUE value IS 117 (46.09% from 255) = 27.66%

R = 56.03%
G = 16.31%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED4575 (or 0xED4575) is known color: Dark Pink. HEX triplet: ED, 45 and 75. RGB value is (237,69,117). Sum of RGB (Red+Green+Blue) = 237+69+117=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4575 is #12BA8A. Grayscale: #7C7C7C. Windows color (decimal): -1227403 or 7685613. OLE color: 7685613.

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

Color convert

RGB 237 69 117 -
CMYK 0 0.71 0.51 0.07
HSL 342.86º 0.82% 0.6% -
HSV(B) 342.86º 0.71% 0.93% -
XYZ 40.26 23.55 19.25 -
YUV 124.7 123.66 208.1 -
System Red Green Blue C M Y K H S L
Decimal 237 69 117 0 0.71 0.51 0.07 342.86 0.82 0.6
Hex ED 45 75 0 47 33 7 157 52 3C
Octal 355 105 165 0 107 63 7 527 122 74
Binary 11101101 1000101 1110101 0 1000111 110011 111 101010111 1010010 111100

Color Harmonies of #ED4575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4575

Black with #ED4575

Text Example


Text Example

White with #ED4575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4575; }

 p { color: rgb(237,69,117); }

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

background-color css

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

 a { background-color: rgb(237,69,117); }

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

border-color css

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

 span { border-color: rgb(237,69,117); }

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