Html Css Color HEX #ED457B Dark Pink

📋 copy color: '#ED457B'

red 237 ◦ green 69 ◦ blue 123

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

Shades of Dark Pink #ED457B

Tints of Dark Pink #ED457B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.08%

 BLUE value IS 123 (48.44% from 255) = 28.67%

R = 55.24%
G = 16.08%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED457B (or 0xED457B) is known color: Dark Pink. HEX triplet: ED, 45 and 7B. RGB value is (237,69,123). Sum of RGB (Red+Green+Blue) = 237+69+123=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED457B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED457B is #12BA84. Grayscale: #7D7D7D. Windows color (decimal): -1227397 or 8078829. OLE color: 8078829.

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

Color convert

RGB 237 69 123 -
CMYK 0 0.71 0.48 0.07
HSL 340.71º 0.82% 0.6% -
HSV(B) 340.71º 0.71% 0.93% -
XYZ 40.63 23.69 21.17 -
YUV 125.39 126.66 207.61 -
System Red Green Blue C M Y K H S L
Decimal 237 69 123 0 0.71 0.48 0.07 340.71 0.82 0.6
Hex ED 45 7B 0 47 30 7 155 52 3C
Octal 355 105 173 0 107 60 7 525 122 74
Binary 11101101 1000101 1111011 0 1000111 110000 111 101010101 1010010 111100

Color Harmonies of #ED457B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED457B

Black with #ED457B

Text Example


Text Example

White with #ED457B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED457B; }

 p { color: rgb(237,69,123); }

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

background-color css

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

 a { background-color: rgb(237,69,123); }

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

border-color css

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

 span { border-color: rgb(237,69,123); }

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