Html Css Color HEX #E16BA3 Pale Violet Red

📋 copy color: '#E16BA3'

red 225 ◦ green 107 ◦ blue 163

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

Shades of Pale Violet Red #E16BA3

Tints of Pale Violet Red #E16BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.93%

R = 45.45%
G = 21.62%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E16BA3 (or 0xE16BA3) is known color: Pale Violet Red. HEX triplet: E1, 6B and A3. RGB value is (225,107,163). Sum of RGB (Red+Green+Blue) = 225+107+163=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16BA3 is #1E945C. Grayscale: #949494. Windows color (decimal): -2004061 or 10709985. OLE color: 10709985.

HSL color Cylindrical-coordinate representation of color #E16BA3: hue angle of 331.53º 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 #E16BA3 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 107 163 -
CMYK 0 0.52 0.28 0.12
HSL 331.53º 0.66% 0.65% -
HSV(B) 331.53º 0.52% 0.88% -
XYZ 42.92 29.17 38.02 -
YUV 148.67 136.09 182.45 -
System Red Green Blue C M Y K H S L
Decimal 225 107 163 0 0.52 0.28 0.12 331.53 0.66 0.65
Hex E1 6B A3 0 34 1C C 14C 42 41
Octal 341 153 243 0 64 34 14 514 102 101
Binary 11100001 1101011 10100011 0 110100 11100 1100 101001100 1000010 1000001

Color Harmonies of #E16BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16BA3

Black with #E16BA3

Text Example


Text Example

White with #E16BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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