Html Css Color HEX #E16298 Pale Violet Red

📋 copy color: '#E16298'

red 225 ◦ green 98 ◦ blue 152

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

Shades of Pale Violet Red #E16298

Tints of Pale Violet Red #E16298

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.63%

 BLUE value IS 152 (59.77% from 255) = 32%

R = 47.37%
G = 20.63%
B = 32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E16298 (or 0xE16298) is known color: Pale Violet Red. HEX triplet: E1, 62 and 98. RGB value is (225,98,152). Sum of RGB (Red+Green+Blue) = 225+98+152=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E16298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16298 is #1E9D67. Grayscale: #8E8E8E. Windows color (decimal): -2006376 or 9986785. OLE color: 9986785.

HSL color Cylindrical-coordinate representation of color #E16298: hue angle of 334.49º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E16298 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 98 152 -
CMYK 0 0.56 0.32 0.12
HSL 334.49º 0.68% 0.63% -
HSV(B) 334.49º 0.56% 0.88% -
XYZ 41.09 27.01 32.75 -
YUV 142.13 133.58 187.11 -
System Red Green Blue C M Y K H S L
Decimal 225 98 152 0 0.56 0.32 0.12 334.49 0.68 0.63
Hex E1 62 98 0 38 20 C 14E 44 3F
Octal 341 142 230 0 70 40 14 516 104 77
Binary 11100001 1100010 10011000 0 111000 100000 1100 101001110 1000100 111111

Color Harmonies of #E16298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16298

Black with #E16298

Text Example


Text Example

White with #E16298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16298; }

 p { color: rgb(225,98,152); }

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

background-color css

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

 a { background-color: rgb(225,98,152); }

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

border-color css

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

 span { border-color: rgb(225,98,152); }

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