Html Css Color HEX #E6158E Deep Pink

📋 copy color: '#E6158E'

red 230 ◦ green 21 ◦ blue 142

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

Shades of Deep Pink #E6158E

Tints of Deep Pink #E6158E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.13%

R = 58.52%
G = 5.34%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E6158E (or 0xE6158E) is known color: Deep Pink. HEX triplet: E6, 15 and 8E. RGB value is (230,21,142). Sum of RGB (Red+Green+Blue) = 230+21+142=393 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.52% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 230 - color contains mainly: red. Hex color #E6158E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6158E is #19EA71. Grayscale: #616161. Windows color (decimal): -1698418 or 9311718. OLE color: 9311718.

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

Color convert

RGB 230 21 142 -
CMYK 0 0.91 0.38 0.10
HSL 325.26º 0.83% 0.49% -
HSV(B) 325.26º 0.91% 0.9% -
XYZ 37.78 19.31 27.33 -
YUV 97.29 153.24 222.66 -
System Red Green Blue C M Y K H S L
Decimal 230 21 142 0 0.91 0.38 0.10 325.26 0.83 0.49
Hex E6 15 8E 0 5B 26 A 145 53 31
Octal 346 25 216 0 133 46 12 505 123 61
Binary 11100110 10101 10001110 0 1011011 100110 1010 101000101 1010011 110001

Color Harmonies of #E6158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6158E

Black with #E6158E

Text Example


Text Example

White with #E6158E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6158E; }

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

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

background-color css

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

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

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

border-color css

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

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

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