Html Css Color HEX #ED1692 Deep Pink

📋 copy color: '#ED1692'

red 237 ◦ green 22 ◦ blue 146

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

Shades of Deep Pink #ED1692

Tints of Deep Pink #ED1692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.05%

R = 58.52%
G = 5.43%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED1692 (or 0xED1692) is known color: Deep Pink. HEX triplet: ED, 16 and 92. RGB value is (237,22,146). Sum of RGB (Red+Green+Blue) = 237+22+146=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1692 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1692 is #12E96D. Grayscale: #646464. Windows color (decimal): -1239406 or 9574125. OLE color: 9574125.

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

Color convert

RGB 237 22 146 -
CMYK 0 0.91 0.38 0.07
HSL 325.4º 0.86% 0.51% -
HSV(B) 325.4º 0.91% 0.93% -
XYZ 40.4 20.65 29.05 -
YUV 100.42 153.73 225.42 -
System Red Green Blue C M Y K H S L
Decimal 237 22 146 0 0.91 0.38 0.07 325.4 0.86 0.51
Hex ED 16 92 0 5B 26 7 145 56 33
Octal 355 26 222 0 133 46 7 505 126 63
Binary 11101101 10110 10010010 0 1011011 100110 111 101000101 1010110 110011

Color Harmonies of #ED1692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1692

Black with #ED1692

Text Example


Text Example

White with #ED1692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1692; }

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

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

background-color css

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

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

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

border-color css

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

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

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