Html Css Color HEX #E16BA5 Pale Violet Red

📋 copy color: '#E16BA5'

red 225 ◦ green 107 ◦ blue 165

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

Shades of Pale Violet Red #E16BA5

Tints of Pale Violet Red #E16BA5

RGB

 RED value IS 225 (88.28% from 255) = 45.27%

 GREEN value IS 107 (42.19% from 255) = 21.53%

 BLUE value IS 165 (64.84% from 255) = 33.2%

R = 45.27%
G = 21.53%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E16BA5 (or 0xE16BA5) is known color: Pale Violet Red. HEX triplet: E1, 6B and A5. RGB value is (225,107,165). Sum of RGB (Red+Green+Blue) = 225+107+165=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 165 (64.84% from 255 or 33.20% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16BA5 is #1E945A. Grayscale: #949494. Windows color (decimal): -2004059 or 10841057. OLE color: 10841057.

HSL color Cylindrical-coordinate representation of color #E16BA5: hue angle of 330.51º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16BA5 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 107 165 -
CMYK 0 0.52 0.27 0.12
HSL 330.51º 0.66% 0.65% -
HSV(B) 330.51º 0.52% 0.88% -
XYZ 43.1 29.24 38.97 -
YUV 148.89 137.09 182.28 -
System Red Green Blue C M Y K H S L
Decimal 225 107 165 0 0.52 0.27 0.12 330.51 0.66 0.65
Hex E1 6B A5 0 34 1B C 14B 42 41
Octal 341 153 245 0 64 33 14 513 102 101
Binary 11100001 1101011 10100101 0 110100 11011 1100 101001011 1000010 1000001

Color Harmonies of #E16BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16BA5

Black with #E16BA5

Text Example


Text Example

White with #E16BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16BA5; }

 p { color: rgb(225,107,165); }

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

background-color css

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

 a { background-color: rgb(225,107,165); }

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

border-color css

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

 span { border-color: rgb(225,107,165); }

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