Html Css Color HEX #ED4F86 Dark Pink

📋 copy color: '#ED4F86'

red 237 ◦ green 79 ◦ blue 134

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

Shades of Dark Pink #ED4F86

Tints of Dark Pink #ED4F86

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.56%

 BLUE value IS 134 (52.73% from 255) = 29.78%

R = 52.67%
G = 17.56%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED4F86 (or 0xED4F86) is known color: Dark Pink. HEX triplet: ED, 4F and 86. RGB value is (237,79,134). Sum of RGB (Red+Green+Blue) = 237+79+134=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED4F86 is #12B079. Grayscale: #848484. Windows color (decimal): -1224826 or 8802285. OLE color: 8802285.

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

Color convert

RGB 237 79 134 -
CMYK 0 0.67 0.43 0.07
HSL 339.11º 0.81% 0.62% -
HSV(B) 339.11º 0.67% 0.93% -
XYZ 42.02 25.32 25.23 -
YUV 132.51 128.85 202.53 -
System Red Green Blue C M Y K H S L
Decimal 237 79 134 0 0.67 0.43 0.07 339.11 0.81 0.62
Hex ED 4F 86 0 43 2B 7 153 51 3E
Octal 355 117 206 0 103 53 7 523 121 76
Binary 11101101 1001111 10000110 0 1000011 101011 111 101010011 1010001 111110

Color Harmonies of #ED4F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4F86

Black with #ED4F86

Text Example


Text Example

White with #ED4F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4F86; }

 p { color: rgb(237,79,134); }

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

background-color css

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

 a { background-color: rgb(237,79,134); }

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

border-color css

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

 span { border-color: rgb(237,79,134); }

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