Html Css Color HEX #E61A92 Deep Pink

📋 copy color: '#E61A92'

red 230 ◦ green 26 ◦ blue 146

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

Shades of Deep Pink #E61A92

Tints of Deep Pink #E61A92

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.47%

 BLUE value IS 146 (57.42% from 255) = 36.32%

R = 57.21%
G = 6.47%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E61A92 (or 0xE61A92) is known color: Deep Pink. HEX triplet: E6, 1A and 92. RGB value is (230,26,146). Sum of RGB (Red+Green+Blue) = 230+26+146=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E61A92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61A92 is #19E56D. Grayscale: #646464. Windows color (decimal): -1697134 or 9575142. OLE color: 9575142.

HSL color Cylindrical-coordinate representation of color #E61A92: hue angle of 324.71º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61A92 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 26 146 -
CMYK 0 0.89 0.37 0.10
HSL 324.71º 0.8% 0.5% -
HSV(B) 324.71º 0.89% 0.9% -
XYZ 38.19 19.64 28.97 -
YUV 100.68 153.59 220.24 -
System Red Green Blue C M Y K H S L
Decimal 230 26 146 0 0.89 0.37 0.10 324.71 0.8 0.5
Hex E6 1A 92 0 59 25 A 145 50 32
Octal 346 32 222 0 131 45 12 505 120 62
Binary 11100110 11010 10010010 0 1011001 100101 1010 101000101 1010000 110010

Color Harmonies of #E61A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61A92

Black with #E61A92

Text Example


Text Example

White with #E61A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61A92; }

 p { color: rgb(230,26,146); }

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

background-color css

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

 a { background-color: rgb(230,26,146); }

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

border-color css

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

 span { border-color: rgb(230,26,146); }

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