Html Css Color HEX #E1629A Pale Violet Red

📋 copy color: '#E1629A'

red 225 ◦ green 98 ◦ blue 154

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

Shades of Pale Violet Red #E1629A

Tints of Pale Violet Red #E1629A

RGB

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

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

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

R = 47.17%
G = 20.55%
B = 32.29%

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

#E1629A (or 0xE1629A) is known color: Pale Violet Red. HEX triplet: E1, 62 and 9A. RGB value is (225,98,154). Sum of RGB (Red+Green+Blue) = 225+98+154=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E1629A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1629A is #1E9D65. Grayscale: #8E8E8E. Windows color (decimal): -2006374 or 10117857. OLE color: 10117857.

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

Color convert

RGB 225 98 154 -
CMYK 0 0.56 0.32 0.12
HSL 333.54º 0.68% 0.63% -
HSV(B) 333.54º 0.56% 0.88% -
XYZ 41.25 27.08 33.62 -
YUV 142.36 134.58 186.95 -
System Red Green Blue C M Y K H S L
Decimal 225 98 154 0 0.56 0.32 0.12 333.54 0.68 0.63
Hex E1 62 9A 0 38 20 C 14E 44 3F
Octal 341 142 232 0 70 40 14 516 104 77
Binary 11100001 1100010 10011010 0 111000 100000 1100 101001110 1000100 111111

Color Harmonies of #E1629A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1629A

Black with #E1629A

Text Example


Text Example

White with #E1629A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1629A; }

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

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

background-color css

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

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

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

border-color css

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

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

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