Html Css Color HEX #ED467B Dark Pink

📋 copy color: '#ED467B'

red 237 ◦ green 70 ◦ blue 123

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

Shades of Dark Pink #ED467B

Tints of Dark Pink #ED467B

RGB

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

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

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

R = 55.12%
G = 16.28%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED467B (or 0xED467B) is known color: Dark Pink. HEX triplet: ED, 46 and 7B. RGB value is (237,70,123). Sum of RGB (Red+Green+Blue) = 237+70+123=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED467B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED467B is #12B984. Grayscale: #7D7D7D. Windows color (decimal): -1227141 or 8079085. OLE color: 8079085.

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

Color convert

RGB 237 70 123 -
CMYK 0 0.70 0.48 0.07
HSL 340.96º 0.82% 0.6% -
HSV(B) 340.96º 0.7% 0.93% -
XYZ 40.69 23.81 21.19 -
YUV 125.98 126.33 207.19 -
System Red Green Blue C M Y K H S L
Decimal 237 70 123 0 0.70 0.48 0.07 340.96 0.82 0.6
Hex ED 46 7B 0 46 30 7 155 52 3C
Octal 355 106 173 0 106 60 7 525 122 74
Binary 11101101 1000110 1111011 0 1000110 110000 111 101010101 1010010 111100

Color Harmonies of #ED467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED467B

Black with #ED467B

Text Example


Text Example

White with #ED467B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED467B; }

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

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

background-color css

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

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

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

border-color css

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

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

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