Html Css Color HEX #ED4E6E Dark Pink

📋 copy color: '#ED4E6E'

red 237 ◦ green 78 ◦ blue 110

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

Shades of Dark Pink #ED4E6E

Tints of Dark Pink #ED4E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.88%

R = 55.76%
G = 18.35%
B = 25.88%

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

#ED4E6E (or 0xED4E6E) is known color: Dark Pink. HEX triplet: ED, 4E and 6E. RGB value is (237,78,110). Sum of RGB (Red+Green+Blue) = 237+78+110=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4E6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED4E6E is #12B191. Grayscale: #818181. Windows color (decimal): -1225106 or 7229165. OLE color: 7229165.

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

Color convert

RGB 237 78 110 -
CMYK 0 0.67 0.54 0.07
HSL 347.92º 0.82% 0.62% -
HSV(B) 347.92º 0.67% 0.93% -
XYZ 40.46 24.58 17.36 -
YUV 129.19 117.18 204.9 -
System Red Green Blue C M Y K H S L
Decimal 237 78 110 0 0.67 0.54 0.07 347.92 0.82 0.62
Hex ED 4E 6E 0 43 36 7 15C 52 3E
Octal 355 116 156 0 103 66 7 534 122 76
Binary 11101101 1001110 1101110 0 1000011 110110 111 101011100 1010010 111110

Color Harmonies of #ED4E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4E6E

Black with #ED4E6E

Text Example


Text Example

White with #ED4E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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