Html Css Color HEX #E5168A Deep Pink

📋 copy color: '#E5168A'

red 229 ◦ green 22 ◦ blue 138

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

Shades of Deep Pink #E5168A

Tints of Deep Pink #E5168A

RGB

 RED value IS 229 (89.84% from 255) = 58.87%

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

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

R = 58.87%
G = 5.66%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E5168A (or 0xE5168A) is known color: Deep Pink. HEX triplet: E5, 16 and 8A. RGB value is (229,22,138). Sum of RGB (Red+Green+Blue) = 229+22+138=389 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.87% from 389); Green value is 22 (8.98% from 255 or 5.66% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 229 - color contains mainly: red. Hex color #E5168A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5168A is #1AE975. Grayscale: #606060. Windows color (decimal): -1763702 or 9049829. OLE color: 9049829.

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

Color convert

RGB 229 22 138 -
CMYK 0 0.90 0.40 0.10
HSL 326.38º 0.82% 0.49% -
HSV(B) 326.38º 0.9% 0.9% -
XYZ 37.19 19.07 25.77 -
YUV 97.12 151.08 222.07 -
System Red Green Blue C M Y K H S L
Decimal 229 22 138 0 0.90 0.40 0.10 326.38 0.82 0.49
Hex E5 16 8A 0 5A 28 A 146 52 31
Octal 345 26 212 0 132 50 12 506 122 61
Binary 11100101 10110 10001010 0 1011010 101000 1010 101000110 1010010 110001

Color Harmonies of #E5168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5168A

Black with #E5168A

Text Example


Text Example

White with #E5168A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5168A; }

 p { color: rgb(229,22,138); }

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

background-color css

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

 a { background-color: rgb(229,22,138); }

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

border-color css

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

 span { border-color: rgb(229,22,138); }

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