Html Css Color HEX #E6189B Deep Pink

📋 copy color: '#E6189B'

red 230 ◦ green 24 ◦ blue 155

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

Shades of Deep Pink #E6189B

Tints of Deep Pink #E6189B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.87%

 BLUE value IS 155 (60.94% from 255) = 37.9%

R = 56.23%
G = 5.87%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6189B (or 0xE6189B) is known color: Deep Pink. HEX triplet: E6, 18 and 9B. RGB value is (230,24,155). Sum of RGB (Red+Green+Blue) = 230+24+155=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E6189B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6189B is #19E764. Grayscale: #646464. Windows color (decimal): -1697637 or 10164454. OLE color: 10164454.

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

Color convert

RGB 230 24 155 -
CMYK 0 0.90 0.33 0.10
HSL 321.84º 0.81% 0.5% -
HSV(B) 321.84º 0.9% 0.9% -
XYZ 38.88 19.84 32.79 -
YUV 100.53 158.75 220.35 -
System Red Green Blue C M Y K H S L
Decimal 230 24 155 0 0.90 0.33 0.10 321.84 0.81 0.5
Hex E6 18 9B 0 5A 21 A 142 51 32
Octal 346 30 233 0 132 41 12 502 121 62
Binary 11100110 11000 10011011 0 1011010 100001 1010 101000010 1010001 110010

Color Harmonies of #E6189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6189B

Black with #E6189B

Text Example


Text Example

White with #E6189B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6189B; }

 p { color: rgb(230,24,155); }

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

background-color css

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

 a { background-color: rgb(230,24,155); }

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

border-color css

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

 span { border-color: rgb(230,24,155); }

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