Html Css Color HEX #ED4670 Dark Pink

📋 copy color: '#ED4670'

red 237 ◦ green 70 ◦ blue 112

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

Shades of Dark Pink #ED4670

Tints of Dark Pink #ED4670

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.71%

 BLUE value IS 112 (44.14% from 255) = 26.73%

R = 56.56%
G = 16.71%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED4670 (or 0xED4670) is known color: Dark Pink. HEX triplet: ED, 46 and 70. RGB value is (237,70,112). Sum of RGB (Red+Green+Blue) = 237+70+112=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4670 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4670 is #12B98F. Grayscale: #7C7C7C. Windows color (decimal): -1227152 or 7358189. OLE color: 7358189.

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

Color convert

RGB 237 70 112 -
CMYK 0 0.70 0.53 0.07
HSL 344.91º 0.82% 0.6% -
HSV(B) 344.91º 0.7% 0.93% -
XYZ 40.04 23.55 17.77 -
YUV 124.72 120.83 208.08 -
System Red Green Blue C M Y K H S L
Decimal 237 70 112 0 0.70 0.53 0.07 344.91 0.82 0.6
Hex ED 46 70 0 46 35 7 159 52 3C
Octal 355 106 160 0 106 65 7 531 122 74
Binary 11101101 1000110 1110000 0 1000110 110101 111 101011001 1010010 111100

Color Harmonies of #ED4670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4670

Black with #ED4670

Text Example


Text Example

White with #ED4670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4670; }

 p { color: rgb(237,70,112); }

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

background-color css

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

 a { background-color: rgb(237,70,112); }

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

border-color css

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

 span { border-color: rgb(237,70,112); }

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