Html Css Color HEX #ED1698 Deep Pink

📋 copy color: '#ED1698'

red 237 ◦ green 22 ◦ blue 152

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

Shades of Deep Pink #ED1698

Tints of Deep Pink #ED1698

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.35%

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

R = 57.66%
G = 5.35%
B = 36.98%

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

#ED1698 (or 0xED1698) is known color: Deep Pink. HEX triplet: ED, 16 and 98. RGB value is (237,22,152). Sum of RGB (Red+Green+Blue) = 237+22+152=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1698 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1698 is #12E967. Grayscale: #646464. Windows color (decimal): -1239400 or 9967341. OLE color: 9967341.

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

Color convert

RGB 237 22 152 -
CMYK 0 0.91 0.36 0.07
HSL 323.72º 0.86% 0.51% -
HSV(B) 323.72º 0.91% 0.93% -
XYZ 40.88 20.85 31.57 -
YUV 101.11 156.73 224.93 -
System Red Green Blue C M Y K H S L
Decimal 237 22 152 0 0.91 0.36 0.07 323.72 0.86 0.51
Hex ED 16 98 0 5B 24 7 144 56 33
Octal 355 26 230 0 133 44 7 504 126 63
Binary 11101101 10110 10011000 0 1011011 100100 111 101000100 1010110 110011

Color Harmonies of #ED1698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1698

Black with #ED1698

Text Example


Text Example

White with #ED1698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1698; }

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

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

background-color css

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

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

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

border-color css

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

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

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