Html Css Color HEX #ED4375 Dark Pink

📋 copy color: '#ED4375'

red 237 ◦ green 67 ◦ blue 117

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

Shades of Dark Pink #ED4375

Tints of Dark Pink #ED4375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.91%

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

R = 56.29%
G = 15.91%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED4375 (or 0xED4375) is known color: Dark Pink. HEX triplet: ED, 43 and 75. RGB value is (237,67,117). Sum of RGB (Red+Green+Blue) = 237+67+117=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 67 (26.56% from 255 or 15.91% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4375 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4375 is #12BC8A. Grayscale: #7B7B7B. Windows color (decimal): -1227915 or 7685101. OLE color: 7685101.

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

Color convert

RGB 237 67 117 -
CMYK 0 0.72 0.51 0.07
HSL 342.35º 0.83% 0.6% -
HSV(B) 342.35º 0.72% 0.93% -
XYZ 40.14 23.3 19.21 -
YUV 123.53 124.32 208.93 -
System Red Green Blue C M Y K H S L
Decimal 237 67 117 0 0.72 0.51 0.07 342.35 0.83 0.6
Hex ED 43 75 0 48 33 7 156 53 3C
Octal 355 103 165 0 110 63 7 526 123 74
Binary 11101101 1000011 1110101 0 1001000 110011 111 101010110 1010011 111100

Color Harmonies of #ED4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4375

Black with #ED4375

Text Example


Text Example

White with #ED4375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4375; }

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

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

background-color css

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

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

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

border-color css

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

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

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