Html Css Color HEX #ED1695 Deep Pink

📋 copy color: '#ED1695'

red 237 ◦ green 22 ◦ blue 149

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

Shades of Deep Pink #ED1695

Tints of Deep Pink #ED1695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.52%

R = 58.09%
G = 5.39%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED1695 (or 0xED1695) is known color: Deep Pink. HEX triplet: ED, 16 and 95. RGB value is (237,22,149). Sum of RGB (Red+Green+Blue) = 237+22+149=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 22 (8.98% from 255 or 5.39% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1695 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1695 is #12E96A. Grayscale: #646464. Windows color (decimal): -1239403 or 9770733. OLE color: 9770733.

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

Color convert

RGB 237 22 149 -
CMYK 0 0.91 0.37 0.07
HSL 324.56º 0.86% 0.51% -
HSV(B) 324.56º 0.91% 0.93% -
XYZ 40.64 20.75 30.3 -
YUV 100.76 155.23 225.17 -
System Red Green Blue C M Y K H S L
Decimal 237 22 149 0 0.91 0.37 0.07 324.56 0.86 0.51
Hex ED 16 95 0 5B 25 7 145 56 33
Octal 355 26 225 0 133 45 7 505 126 63
Binary 11101101 10110 10010101 0 1011011 100101 111 101000101 1010110 110011

Color Harmonies of #ED1695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1695

Black with #ED1695

Text Example


Text Example

White with #ED1695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1695; }

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

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

background-color css

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

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

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

border-color css

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

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

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