Html Css Color HEX #E16B9A Pale Violet Red

📋 copy color: '#E16B9A'

red 225 ◦ green 107 ◦ blue 154

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

Shades of Pale Violet Red #E16B9A

Tints of Pale Violet Red #E16B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.69%

R = 46.3%
G = 22.02%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E16B9A (or 0xE16B9A) is known color: Pale Violet Red. HEX triplet: E1, 6B and 9A. RGB value is (225,107,154). Sum of RGB (Red+Green+Blue) = 225+107+154=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16B9A is #1E9465. Grayscale: #939393. Windows color (decimal): -2004070 or 10120161. OLE color: 10120161.

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

Color convert

RGB 225 107 154 -
CMYK 0 0.52 0.32 0.12
HSL 336.1º 0.66% 0.65% -
HSV(B) 336.1º 0.52% 0.88% -
XYZ 42.14 28.86 33.92 -
YUV 147.64 131.59 183.18 -
System Red Green Blue C M Y K H S L
Decimal 225 107 154 0 0.52 0.32 0.12 336.1 0.66 0.65
Hex E1 6B 9A 0 34 20 C 150 42 41
Octal 341 153 232 0 64 40 14 520 102 101
Binary 11100001 1101011 10011010 0 110100 100000 1100 101010000 1000010 1000001

Color Harmonies of #E16B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16B9A

Black with #E16B9A

Text Example


Text Example

White with #E16B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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