Html Css Color HEX #ED4378 Dark Pink

📋 copy color: '#ED4378'

red 237 ◦ green 67 ◦ blue 120

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

Shades of Dark Pink #ED4378

Tints of Dark Pink #ED4378

RGB

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

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

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

R = 55.9%
G = 15.8%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED4378 (or 0xED4378) is known color: Dark Pink. HEX triplet: ED, 43 and 78. RGB value is (237,67,120). Sum of RGB (Red+Green+Blue) = 237+67+120=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4378 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4378 is #12BC87. Grayscale: #7B7B7B. Windows color (decimal): -1227912 or 7881709. OLE color: 7881709.

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

Color convert

RGB 237 67 120 -
CMYK 0 0.72 0.49 0.07
HSL 341.29º 0.83% 0.6% -
HSV(B) 341.29º 0.72% 0.93% -
XYZ 40.32 23.37 20.16 -
YUV 123.87 125.82 208.69 -
System Red Green Blue C M Y K H S L
Decimal 237 67 120 0 0.72 0.49 0.07 341.29 0.83 0.6
Hex ED 43 78 0 48 31 7 155 53 3C
Octal 355 103 170 0 110 61 7 525 123 74
Binary 11101101 1000011 1111000 0 1001000 110001 111 101010101 1010011 111100

Color Harmonies of #ED4378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4378

Black with #ED4378

Text Example


Text Example

White with #ED4378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4378; }

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

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

background-color css

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

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

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

border-color css

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

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

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