Html Css Color HEX #E6168D Deep Pink

📋 copy color: '#E6168D'

red 230 ◦ green 22 ◦ blue 141

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

Shades of Deep Pink #E6168D

Tints of Deep Pink #E6168D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.88%

R = 58.52%
G = 5.6%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6168D (or 0xE6168D) is known color: Deep Pink. HEX triplet: E6, 16 and 8D. RGB value is (230,22,141). Sum of RGB (Red+Green+Blue) = 230+22+141=393 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.52% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 230 - color contains mainly: red. Hex color #E6168D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6168D is #19E972. Grayscale: #616161. Windows color (decimal): -1698163 or 9246438. OLE color: 9246438.

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

Color convert

RGB 230 22 141 -
CMYK 0 0.90 0.39 0.10
HSL 325.67º 0.83% 0.49% -
HSV(B) 325.67º 0.9% 0.9% -
XYZ 37.73 19.32 26.94 -
YUV 97.76 152.41 222.32 -
System Red Green Blue C M Y K H S L
Decimal 230 22 141 0 0.90 0.39 0.10 325.67 0.83 0.49
Hex E6 16 8D 0 5A 27 A 146 53 31
Octal 346 26 215 0 132 47 12 506 123 61
Binary 11100110 10110 10001101 0 1011010 100111 1010 101000110 1010011 110001

Color Harmonies of #E6168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6168D

Black with #E6168D

Text Example


Text Example

White with #E6168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6168D; }

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

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

background-color css

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

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

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

border-color css

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

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

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