Html Css Color HEX #E61497 Deep Pink

📋 copy color: '#E61497'

red 230 ◦ green 20 ◦ blue 151

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

Shades of Deep Pink #E61497

Tints of Deep Pink #E61497

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.99%

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

R = 57.36%
G = 4.99%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E61497 (or 0xE61497) is known color: Deep Pink. HEX triplet: E6, 14 and 97. RGB value is (230,20,151). Sum of RGB (Red+Green+Blue) = 230+20+151=401 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.36% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 230 - color contains mainly: red. Hex color #E61497 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61497 is #19EB68. Grayscale: #616161. Windows color (decimal): -1698665 or 9901286. OLE color: 9901286.

HSL color Cylindrical-coordinate representation of color #E61497: hue angle of 322.57º degrees, saturation: 0.84, 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 #E61497 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 20 151 -
CMYK 0 0.91 0.34 0.10
HSL 322.57º 0.84% 0.49% -
HSV(B) 322.57º 0.91% 0.9% -
XYZ 38.47 19.56 31.03 -
YUV 97.72 158.07 222.35 -
System Red Green Blue C M Y K H S L
Decimal 230 20 151 0 0.91 0.34 0.10 322.57 0.84 0.49
Hex E6 14 97 0 5B 22 A 143 54 31
Octal 346 24 227 0 133 42 12 503 124 61
Binary 11100110 10100 10010111 0 1011011 100010 1010 101000011 1010100 110001

Color Harmonies of #E61497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61497

Black with #E61497

Text Example


Text Example

White with #E61497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61497; }

 p { color: rgb(230,20,151); }

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

background-color css

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

 a { background-color: rgb(230,20,151); }

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

border-color css

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

 span { border-color: rgb(230,20,151); }

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