Html Css Color HEX #E5629A Pale Violet Red

📋 copy color: '#E5629A'

red 229 ◦ green 98 ◦ blue 154

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

Shades of Pale Violet Red #E5629A

Tints of Pale Violet Red #E5629A

RGB

 RED value IS 229 (89.84% from 255) = 47.61%

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

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

R = 47.61%
G = 20.37%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E5629A (or 0xE5629A) is known color: Pale Violet Red. HEX triplet: E5, 62 and 9A. RGB value is (229,98,154). Sum of RGB (Red+Green+Blue) = 229+98+154=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E5629A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5629A is #1A9D65. Grayscale: #8F8F8F. Windows color (decimal): -1744230 or 10117861. OLE color: 10117861.

HSL color Cylindrical-coordinate representation of color #E5629A: hue angle of 334.35º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E5629A is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 98 154 -
CMYK 0 0.57 0.33 0.10
HSL 334.35º 0.72% 0.64% -
HSV(B) 334.35º 0.57% 0.9% -
XYZ 42.51 27.73 33.68 -
YUV 143.55 133.9 188.95 -
System Red Green Blue C M Y K H S L
Decimal 229 98 154 0 0.57 0.33 0.10 334.35 0.72 0.64
Hex E5 62 9A 0 39 21 A 14E 48 40
Octal 345 142 232 0 71 41 12 516 110 100
Binary 11100101 1100010 10011010 0 111001 100001 1010 101001110 1001000 1000000

Color Harmonies of #E5629A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5629A

Black with #E5629A

Text Example


Text Example

White with #E5629A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5629A; }

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

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

background-color css

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

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

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

border-color css

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

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

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