Html Css Color HEX #ED1897 Deep Pink

📋 copy color: '#ED1897'

red 237 ◦ green 24 ◦ blue 151

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

Shades of Deep Pink #ED1897

Tints of Deep Pink #ED1897

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.83%

 BLUE value IS 151 (59.38% from 255) = 36.65%

R = 57.52%
G = 5.83%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED1897 (or 0xED1897) is known color: Deep Pink. HEX triplet: ED, 18 and 97. RGB value is (237,24,151). Sum of RGB (Red+Green+Blue) = 237+24+151=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1897 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1897 is #12E768. Grayscale: #656565. Windows color (decimal): -1238889 or 9902317. OLE color: 9902317.

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

Color convert

RGB 237 24 151 -
CMYK 0 0.90 0.36 0.07
HSL 324.23º 0.86% 0.51% -
HSV(B) 324.23º 0.9% 0.93% -
XYZ 40.84 20.89 31.16 -
YUV 102.17 155.57 224.17 -
System Red Green Blue C M Y K H S L
Decimal 237 24 151 0 0.90 0.36 0.07 324.23 0.86 0.51
Hex ED 18 97 0 5A 24 7 144 56 33
Octal 355 30 227 0 132 44 7 504 126 63
Binary 11101101 11000 10010111 0 1011010 100100 111 101000100 1010110 110011

Color Harmonies of #ED1897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1897

Black with #ED1897

Text Example


Text Example

White with #ED1897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1897; }

 p { color: rgb(237,24,151); }

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

background-color css

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

 a { background-color: rgb(237,24,151); }

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

border-color css

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

 span { border-color: rgb(237,24,151); }

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