Html Css Color HEX #E6148A Deep Pink

📋 copy color: '#E6148A'

red 230 ◦ green 20 ◦ blue 138

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

Shades of Deep Pink #E6148A

Tints of Deep Pink #E6148A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.57%

R = 59.28%
G = 5.15%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E6148A (or 0xE6148A) is known color: Deep Pink. HEX triplet: E6, 14 and 8A. RGB value is (230,20,138). Sum of RGB (Red+Green+Blue) = 230+20+138=388 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.28% from 388); Green value is 20 (8.20% from 255 or 5.15% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 230 - color contains mainly: red. Hex color #E6148A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6148A is #19EB75. Grayscale: #5F5F5F. Windows color (decimal): -1698678 or 9049318. OLE color: 9049318.

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

Color convert

RGB 230 20 138 -
CMYK 0 0.91 0.4 0.10
HSL 326.29º 0.84% 0.49% -
HSV(B) 326.29º 0.91% 0.9% -
XYZ 37.47 19.16 25.77 -
YUV 96.24 151.57 223.41 -
System Red Green Blue C M Y K H S L
Decimal 230 20 138 0 0.91 0.4 0.10 326.29 0.84 0.49
Hex E6 14 8A 0 5B 28 A 146 54 31
Octal 346 24 212 0 133 50 12 506 124 61
Binary 11100110 10100 10001010 0 1011011 101000 1010 101000110 1010100 110001

Color Harmonies of #E6148A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6148A

Black with #E6148A

Text Example


Text Example

White with #E6148A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6148A; }

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

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

background-color css

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

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

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

border-color css

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

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

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