Html Css Color HEX #ED037B Deep Pink

📋 copy color: '#ED037B'

red 237 ◦ green 3 ◦ blue 123

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

Shades of Deep Pink #ED037B

Tints of Deep Pink #ED037B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

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

R = 65.29%
G = 0.83%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED037B (or 0xED037B) is known color: Deep Pink. HEX triplet: ED, 03 and 7B. RGB value is (237,3,123). Sum of RGB (Red+Green+Blue) = 237+3+123=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED037B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED037B is #12FC84. Grayscale: #565656. Windows color (decimal): -1244293 or 8061933. OLE color: 8061933.

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

Color convert

RGB 237 3 123 -
CMYK 0 0.99 0.48 0.07
HSL 329.23º 0.98% 0.47% -
HSV(B) 329.23º 0.99% 0.93% -
XYZ 38.53 19.5 20.47 -
YUV 86.65 148.52 235.24 -
System Red Green Blue C M Y K H S L
Decimal 237 3 123 0 0.99 0.48 0.07 329.23 0.98 0.47
Hex ED 3 7B 0 63 30 7 149 62 2F
Octal 355 3 173 0 143 60 7 511 142 57
Binary 11101101 11 1111011 0 1100011 110000 111 101001001 1100010 101111

Color Harmonies of #ED037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED037B

Black with #ED037B

Text Example


Text Example

White with #ED037B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED037B; }

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

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

background-color css

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

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

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

border-color css

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

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

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