Html Css Color HEX #E61596 Deep Pink

📋 copy color: '#E61596'

red 230 ◦ green 21 ◦ blue 150

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

Shades of Deep Pink #E61596

Tints of Deep Pink #E61596

RGB

 RED value IS 230 (90.23% from 255) = 57.36%

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

 BLUE value IS 150 (58.98% from 255) = 37.41%

R = 57.36%
G = 5.24%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E61596 (or 0xE61596) is known color: Deep Pink. HEX triplet: E6, 15 and 96. RGB value is (230,21,150). Sum of RGB (Red+Green+Blue) = 230+21+150=401 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.36% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 230 - color contains mainly: red. Hex color #E61596 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61596 is #19EA69. Grayscale: #616161. Windows color (decimal): -1698410 or 9836006. OLE color: 9836006.

HSL color Cylindrical-coordinate representation of color #E61596: hue angle of 322.97º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E61596 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 21 150 -
CMYK 0 0.91 0.35 0.10
HSL 322.97º 0.83% 0.49% -
HSV(B) 322.97º 0.91% 0.9% -
XYZ 38.41 19.56 30.61 -
YUV 98.2 157.24 222.01 -
System Red Green Blue C M Y K H S L
Decimal 230 21 150 0 0.91 0.35 0.10 322.97 0.83 0.49
Hex E6 15 96 0 5B 23 A 143 53 31
Octal 346 25 226 0 133 43 12 503 123 61
Binary 11100110 10101 10010110 0 1011011 100011 1010 101000011 1010011 110001

Color Harmonies of #E61596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61596

Black with #E61596

Text Example


Text Example

White with #E61596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61596; }

 p { color: rgb(230,21,150); }

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

background-color css

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

 a { background-color: rgb(230,21,150); }

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

border-color css

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

 span { border-color: rgb(230,21,150); }

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