Html Css Color HEX #ED1598 Deep Pink

📋 copy color: '#ED1598'

red 237 ◦ green 21 ◦ blue 152

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

Shades of Deep Pink #ED1598

Tints of Deep Pink #ED1598

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.12%

 BLUE value IS 152 (59.77% from 255) = 37.07%

R = 57.8%
G = 5.12%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED1598 (or 0xED1598) is known color: Deep Pink. HEX triplet: ED, 15 and 98. RGB value is (237,21,152). Sum of RGB (Red+Green+Blue) = 237+21+152=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1598 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1598 is #12EA67. Grayscale: #646464. Windows color (decimal): -1239656 or 9967085. OLE color: 9967085.

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

Color convert

RGB 237 21 152 -
CMYK 0 0.91 0.36 0.07
HSL 323.61º 0.86% 0.51% -
HSV(B) 323.61º 0.91% 0.93% -
XYZ 40.86 20.81 31.57 -
YUV 100.52 157.06 225.35 -
System Red Green Blue C M Y K H S L
Decimal 237 21 152 0 0.91 0.36 0.07 323.61 0.86 0.51
Hex ED 15 98 0 5B 24 7 144 56 33
Octal 355 25 230 0 133 44 7 504 126 63
Binary 11101101 10101 10011000 0 1011011 100100 111 101000100 1010110 110011

Color Harmonies of #ED1598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1598

Black with #ED1598

Text Example


Text Example

White with #ED1598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1598; }

 p { color: rgb(237,21,152); }

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

background-color css

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

 a { background-color: rgb(237,21,152); }

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

border-color css

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

 span { border-color: rgb(237,21,152); }

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