Html Css Color HEX #ED0E90 Deep Pink

📋 copy color: '#ED0E90'

red 237 ◦ green 14 ◦ blue 144

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

Shades of Deep Pink #ED0E90

Tints of Deep Pink #ED0E90

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.54%

 BLUE value IS 144 (56.64% from 255) = 36.46%

R = 60%
G = 3.54%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED0E90 (or 0xED0E90) is known color: Deep Pink. HEX triplet: ED, 0E and 90. RGB value is (237,14,144). Sum of RGB (Red+Green+Blue) = 237+14+144=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 14 (5.86% from 255 or 3.54% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0E90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0E90 is #12F16F. Grayscale: #5F5F5F. Windows color (decimal): -1241456 or 9441005. OLE color: 9441005.

HSL color Cylindrical-coordinate representation of color #ED0E90: hue angle of 325.02º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0E90 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 14 144 -
CMYK 0 0.94 0.39 0.07
HSL 325.02º 0.89% 0.49% -
HSV(B) 325.02º 0.94% 0.93% -
XYZ 40.12 20.33 28.2 -
YUV 95.5 155.38 228.93 -
System Red Green Blue C M Y K H S L
Decimal 237 14 144 0 0.94 0.39 0.07 325.02 0.89 0.49
Hex ED E 90 0 5E 27 7 145 59 31
Octal 355 16 220 0 136 47 7 505 131 61
Binary 11101101 1110 10010000 0 1011110 100111 111 101000101 1011001 110001

Color Harmonies of #ED0E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0E90

Black with #ED0E90

Text Example


Text Example

White with #ED0E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0E90; }

 p { color: rgb(237,14,144); }

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

background-color css

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

 a { background-color: rgb(237,14,144); }

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

border-color css

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

 span { border-color: rgb(237,14,144); }

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