Html Css Color HEX #E61690 Deep Pink

📋 copy color: '#E61690'

red 230 ◦ green 22 ◦ blue 144

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

Shades of Deep Pink #E61690

Tints of Deep Pink #E61690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.56%

 BLUE value IS 144 (56.64% from 255) = 36.36%

R = 58.08%
G = 5.56%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E61690 (or 0xE61690) is known color: Deep Pink. HEX triplet: E6, 16 and 90. RGB value is (230,22,144). Sum of RGB (Red+Green+Blue) = 230+22+144=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E61690 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61690 is #19E96F. Grayscale: #616161. Windows color (decimal): -1698160 or 9443046. OLE color: 9443046.

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

Color convert

RGB 230 22 144 -
CMYK 0 0.90 0.37 0.10
HSL 324.81º 0.83% 0.49% -
HSV(B) 324.81º 0.9% 0.9% -
XYZ 37.95 19.41 28.13 -
YUV 98.1 153.91 222.08 -
System Red Green Blue C M Y K H S L
Decimal 230 22 144 0 0.90 0.37 0.10 324.81 0.83 0.49
Hex E6 16 90 0 5A 25 A 145 53 31
Octal 346 26 220 0 132 45 12 505 123 61
Binary 11100110 10110 10010000 0 1011010 100101 1010 101000101 1010011 110001

Color Harmonies of #E61690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61690

Black with #E61690

Text Example


Text Example

White with #E61690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61690; }

 p { color: rgb(230,22,144); }

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

background-color css

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

 a { background-color: rgb(230,22,144); }

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

border-color css

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

 span { border-color: rgb(230,22,144); }

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