Html Css Color HEX #ED467A Dark Pink

📋 copy color: '#ED467A'

red 237 ◦ green 70 ◦ blue 122

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

Shades of Dark Pink #ED467A

Tints of Dark Pink #ED467A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.32%

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

R = 55.24%
G = 16.32%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED467A (or 0xED467A) is known color: Dark Pink. HEX triplet: ED, 46 and 7A. RGB value is (237,70,122). Sum of RGB (Red+Green+Blue) = 237+70+122=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED467A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED467A is #12B985. Grayscale: #7D7D7D. Windows color (decimal): -1227142 or 8013549. OLE color: 8013549.

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

Color convert

RGB 237 70 122 -
CMYK 0 0.70 0.49 0.07
HSL 341.32º 0.82% 0.6% -
HSV(B) 341.32º 0.7% 0.93% -
XYZ 40.63 23.79 20.86 -
YUV 125.86 125.83 207.27 -
System Red Green Blue C M Y K H S L
Decimal 237 70 122 0 0.70 0.49 0.07 341.32 0.82 0.6
Hex ED 46 7A 0 46 31 7 155 52 3C
Octal 355 106 172 0 106 61 7 525 122 74
Binary 11101101 1000110 1111010 0 1000110 110001 111 101010101 1010010 111100

Color Harmonies of #ED467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED467A

Black with #ED467A

Text Example


Text Example

White with #ED467A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED467A; }

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

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

background-color css

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

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

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

border-color css

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

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

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