Html Css Color HEX #E61295 Deep Pink

📋 copy color: '#E61295'

red 230 ◦ green 18 ◦ blue 149

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

Shades of Deep Pink #E61295

Tints of Deep Pink #E61295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.53%

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

R = 57.93%
G = 4.53%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E61295 (or 0xE61295) is known color: Deep Pink. HEX triplet: E6, 12 and 95. RGB value is (230,18,149). Sum of RGB (Red+Green+Blue) = 230+18+149=397 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.93% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 230 - color contains mainly: red. Hex color #E61295 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61295 is #19ED6A. Grayscale: #606060. Windows color (decimal): -1699179 or 9769702. OLE color: 9769702.

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

Color convert

RGB 230 18 149 -
CMYK 0 0.92 0.35 0.10
HSL 322.92º 0.85% 0.49% -
HSV(B) 322.92º 0.92% 0.9% -
XYZ 38.27 19.43 30.17 -
YUV 96.32 157.74 223.35 -
System Red Green Blue C M Y K H S L
Decimal 230 18 149 0 0.92 0.35 0.10 322.92 0.85 0.49
Hex E6 12 95 0 5C 23 A 143 55 31
Octal 346 22 225 0 134 43 12 503 125 61
Binary 11100110 10010 10010101 0 1011100 100011 1010 101000011 1010101 110001

Color Harmonies of #E61295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61295

Black with #E61295

Text Example


Text Example

White with #E61295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61295; }

 p { color: rgb(230,18,149); }

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

background-color css

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

 a { background-color: rgb(230,18,149); }

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

border-color css

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

 span { border-color: rgb(230,18,149); }

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