Html Css Color HEX #ED137B Deep Pink

📋 copy color: '#ED137B'

red 237 ◦ green 19 ◦ blue 123

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

Shades of Deep Pink #ED137B

Tints of Deep Pink #ED137B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.01%

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

R = 62.53%
G = 5.01%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED137B (or 0xED137B) is known color: Deep Pink. HEX triplet: ED, 13 and 7B. RGB value is (237,19,123). Sum of RGB (Red+Green+Blue) = 237+19+123=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED137B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED137B is #12EC84. Grayscale: #5F5F5F. Windows color (decimal): -1240197 or 8066029. OLE color: 8066029.

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

Color convert

RGB 237 19 123 -
CMYK 0 0.92 0.48 0.07
HSL 331.38º 0.86% 0.5% -
HSV(B) 331.38º 0.92% 0.93% -
XYZ 38.73 19.9 20.54 -
YUV 96.04 143.22 228.54 -
System Red Green Blue C M Y K H S L
Decimal 237 19 123 0 0.92 0.48 0.07 331.38 0.86 0.5
Hex ED 13 7B 0 5C 30 7 14B 56 32
Octal 355 23 173 0 134 60 7 513 126 62
Binary 11101101 10011 1111011 0 1011100 110000 111 101001011 1010110 110010

Color Harmonies of #ED137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED137B

Black with #ED137B

Text Example


Text Example

White with #ED137B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED137B; }

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

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

background-color css

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

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

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

border-color css

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

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

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