Html Css Color HEX #ED1390 Deep Pink

📋 copy color: '#ED1390'

red 237 ◦ green 19 ◦ blue 144

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

Shades of Deep Pink #ED1390

Tints of Deep Pink #ED1390

RGB

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

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

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

R = 59.25%
G = 4.75%
B = 36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED1390 (or 0xED1390) is known color: Deep Pink. HEX triplet: ED, 13 and 90. RGB value is (237,19,144). Sum of RGB (Red+Green+Blue) = 237+19+144=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1390 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1390 is #12EC6F. Grayscale: #626262. Windows color (decimal): -1240176 or 9442285. OLE color: 9442285.

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

Color convert

RGB 237 19 144 -
CMYK 0 0.92 0.39 0.07
HSL 325.6º 0.86% 0.5% -
HSV(B) 325.6º 0.92% 0.93% -
XYZ 40.19 20.48 28.22 -
YUV 98.43 153.72 226.84 -
System Red Green Blue C M Y K H S L
Decimal 237 19 144 0 0.92 0.39 0.07 325.6 0.86 0.5
Hex ED 13 90 0 5C 27 7 146 56 32
Octal 355 23 220 0 134 47 7 506 126 62
Binary 11101101 10011 10010000 0 1011100 100111 111 101000110 1010110 110010

Color Harmonies of #ED1390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1390

Black with #ED1390

Text Example


Text Example

White with #ED1390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1390; }

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

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

background-color css

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

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

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

border-color css

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

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

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