Html Css Color HEX #ED4E6C Dark Pink

📋 copy color: '#ED4E6C'

red 237 ◦ green 78 ◦ blue 108

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

Shades of Dark Pink #ED4E6C

Tints of Dark Pink #ED4E6C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.44%

 BLUE value IS 108 (42.58% from 255) = 25.53%

R = 56.03%
G = 18.44%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED4E6C (or 0xED4E6C) is known color: Dark Pink. HEX triplet: ED, 4E and 6C. RGB value is (237,78,108). Sum of RGB (Red+Green+Blue) = 237+78+108=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4E6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED4E6C is #12B193. Grayscale: #818181. Windows color (decimal): -1225108 or 7098093. OLE color: 7098093.

HSL color Cylindrical-coordinate representation of color #ED4E6C: hue angle of 348.68º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED4E6C is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 78 108 -
CMYK 0 0.67 0.54 0.07
HSL 348.68º 0.82% 0.62% -
HSV(B) 348.68º 0.67% 0.93% -
XYZ 40.36 24.54 16.8 -
YUV 128.96 116.18 205.06 -
System Red Green Blue C M Y K H S L
Decimal 237 78 108 0 0.67 0.54 0.07 348.68 0.82 0.62
Hex ED 4E 6C 0 43 36 7 15D 52 3E
Octal 355 116 154 0 103 66 7 535 122 76
Binary 11101101 1001110 1101100 0 1000011 110110 111 101011101 1010010 111110

Color Harmonies of #ED4E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4E6C

Black with #ED4E6C

Text Example


Text Example

White with #ED4E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4E6C; }

 p { color: rgb(237,78,108); }

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

background-color css

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

 a { background-color: rgb(237,78,108); }

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

border-color css

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

 span { border-color: rgb(237,78,108); }

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