Html Css Color HEX #ED4678 Dark Pink

📋 copy color: '#ED4678'

red 237 ◦ green 70 ◦ blue 120

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

Shades of Dark Pink #ED4678

Tints of Dark Pink #ED4678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.1%

R = 55.5%
G = 16.39%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED4678 (or 0xED4678) is known color: Dark Pink. HEX triplet: ED, 46 and 78. RGB value is (237,70,120). Sum of RGB (Red+Green+Blue) = 237+70+120=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4678 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4678 is #12B987. Grayscale: #7D7D7D. Windows color (decimal): -1227144 or 7882477. OLE color: 7882477.

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

Color convert

RGB 237 70 120 -
CMYK 0 0.70 0.49 0.07
HSL 342.04º 0.82% 0.6% -
HSV(B) 342.04º 0.7% 0.93% -
XYZ 40.51 23.74 20.22 -
YUV 125.63 124.83 207.43 -
System Red Green Blue C M Y K H S L
Decimal 237 70 120 0 0.70 0.49 0.07 342.04 0.82 0.6
Hex ED 46 78 0 46 31 7 156 52 3C
Octal 355 106 170 0 106 61 7 526 122 74
Binary 11101101 1000110 1111000 0 1000110 110001 111 101010110 1010010 111100

Color Harmonies of #ED4678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4678

Black with #ED4678

Text Example


Text Example

White with #ED4678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4678; }

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

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

background-color css

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

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

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

border-color css

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

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

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