#ED147B

Color #ED147B Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #ED147B

Tints of Deep Pink #ED147B

Color information

#ED147B (or 0xED147B) is unknown color: approx Deep Pink. HEX triplet: ED, 14 and 7B. RGB value is (237,20,123). Sum of RGB (Red+Green+Blue) = 237+20+123=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED147B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED147B is #12EB84. Grayscale: #606060. Windows color (decimal): -1239941 or 8066285. OLE color: 8066285.

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

Color convert

RGB23720123-
CMYK00.920.480.07
HSL331.52º85.77%50.39%-
HSV(B)331.52º91.56%92.94%-
XYZ38.7519.9320.54-
YUV96.62142.89228.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 62.37%
GREEN value IS 20 (8.20% from 255) = 5.26%
BLUE value IS 123 (48.44% from 255) = 32.37%
R=62.37%
G=5.26%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372012300.920.480.07331.5285.7750.39
HexED147B05C30714c5632
Octal35524173013460751412662
Binary11101101101001111011010111001100001111010011001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED147B; }

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

 H1.HeaderClassName
 {
   color: #ED147B;
 }
 .AnyTagClassName
 {
   color: #ED147B;
 }
</style>
background-color css

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

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

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

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

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

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