Html Css Color HEX #ED4373 Dark Pink

📋 copy color: '#ED4373'

red 237 ◦ green 67 ◦ blue 115

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

Shades of Dark Pink #ED4373

Tints of Dark Pink #ED4373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.45%

R = 56.56%
G = 15.99%
B = 27.45%

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

#ED4373 (or 0xED4373) is known color: Dark Pink. HEX triplet: ED, 43 and 73. RGB value is (237,67,115). Sum of RGB (Red+Green+Blue) = 237+67+115=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4373 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4373 is #12BC8C. Grayscale: #7B7B7B. Windows color (decimal): -1227917 or 7554029. OLE color: 7554029.

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

Color convert

RGB 237 67 115 -
CMYK 0 0.72 0.51 0.07
HSL 343.06º 0.83% 0.6% -
HSV(B) 343.06º 0.72% 0.93% -
XYZ 40.03 23.26 18.6 -
YUV 123.3 123.32 209.1 -
System Red Green Blue C M Y K H S L
Decimal 237 67 115 0 0.72 0.51 0.07 343.06 0.83 0.6
Hex ED 43 73 0 48 33 7 157 53 3C
Octal 355 103 163 0 110 63 7 527 123 74
Binary 11101101 1000011 1110011 0 1001000 110011 111 101010111 1010011 111100

Color Harmonies of #ED4373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4373

Black with #ED4373

Text Example


Text Example

White with #ED4373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4373; }

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

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

background-color css

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

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

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

border-color css

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

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

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