Html Css Color HEX #E16A8F Pale Violet Red

📋 copy color: '#E16A8F'

red 225 ◦ green 106 ◦ blue 143

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

Shades of Pale Violet Red #E16A8F

Tints of Pale Violet Red #E16A8F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.36%

 BLUE value IS 143 (56.25% from 255) = 30.17%

R = 47.47%
G = 22.36%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E16A8F (or 0xE16A8F) is known color: Pale Violet Red. HEX triplet: E1, 6A and 8F. RGB value is (225,106,143). Sum of RGB (Red+Green+Blue) = 225+106+143=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16A8F is #1E9570. Grayscale: #919191. Windows color (decimal): -2004337 or 9399009. OLE color: 9399009.

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

Color convert

RGB 225 106 143 -
CMYK 0 0.53 0.36 0.12
HSL 341.34º 0.66% 0.65% -
HSV(B) 341.34º 0.53% 0.88% -
XYZ 41.16 28.3 29.28 -
YUV 145.8 126.42 184.49 -
System Red Green Blue C M Y K H S L
Decimal 225 106 143 0 0.53 0.36 0.12 341.34 0.66 0.65
Hex E1 6A 8F 0 35 24 C 155 42 41
Octal 341 152 217 0 65 44 14 525 102 101
Binary 11100001 1101010 10001111 0 110101 100100 1100 101010101 1000010 1000001

Color Harmonies of #E16A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16A8F

Black with #E16A8F

Text Example


Text Example

White with #E16A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16A8F; }

 p { color: rgb(225,106,143); }

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

background-color css

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

 a { background-color: rgb(225,106,143); }

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

border-color css

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

 span { border-color: rgb(225,106,143); }

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