Html Css Color HEX #ED437A Dark Pink

📋 copy color: '#ED437A'

red 237 ◦ green 67 ◦ blue 122

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

Shades of Dark Pink #ED437A

Tints of Dark Pink #ED437A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.64%

R = 55.63%
G = 15.73%
B = 28.64%

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

#ED437A (or 0xED437A) is known color: Dark Pink. HEX triplet: ED, 43 and 7A. RGB value is (237,67,122). Sum of RGB (Red+Green+Blue) = 237+67+122=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED437A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED437A is #12BC85. Grayscale: #7C7C7C. Windows color (decimal): -1227910 or 8012781. OLE color: 8012781.

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

Color convert

RGB 237 67 122 -
CMYK 0 0.72 0.49 0.07
HSL 340.59º 0.83% 0.6% -
HSV(B) 340.59º 0.72% 0.93% -
XYZ 40.45 23.42 20.8 -
YUV 124.1 126.82 208.53 -
System Red Green Blue C M Y K H S L
Decimal 237 67 122 0 0.72 0.49 0.07 340.59 0.83 0.6
Hex ED 43 7A 0 48 31 7 155 53 3C
Octal 355 103 172 0 110 61 7 525 123 74
Binary 11101101 1000011 1111010 0 1001000 110001 111 101010101 1010011 111100

Color Harmonies of #ED437A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED437A

Black with #ED437A

Text Example


Text Example

White with #ED437A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED437A; }

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

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

background-color css

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

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

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

border-color css

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

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

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