Html Css Color HEX #E2579A Pale Violet Red

📋 copy color: '#E2579A'

red 226 ◦ green 87 ◦ blue 154

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

Shades of Pale Violet Red #E2579A

Tints of Pale Violet Red #E2579A

RGB

 RED value IS 226 (88.67% from 255) = 48.39%

 GREEN value IS 87 (34.38% from 255) = 18.63%

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

R = 48.39%
G = 18.63%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E2579A (or 0xE2579A) is known color: Pale Violet Red. HEX triplet: E2, 57 and 9A. RGB value is (226,87,154). Sum of RGB (Red+Green+Blue) = 226+87+154=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 87 (34.38% from 255 or 18.63% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E2579A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2579A is #1DA865. Grayscale: #888888. Windows color (decimal): -1943654 or 10115042. OLE color: 10115042.

HSL color Cylindrical-coordinate representation of color #E2579A: hue angle of 331.08º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E2579A is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 87 154 -
CMYK 0 0.62 0.32 0.11
HSL 331.08º 0.71% 0.61% -
HSV(B) 331.08º 0.62% 0.89% -
XYZ 40.6 25.32 33.32 -
YUV 136.2 138.05 192.05 -
System Red Green Blue C M Y K H S L
Decimal 226 87 154 0 0.62 0.32 0.11 331.08 0.71 0.61
Hex E2 57 9A 0 3E 20 B 14B 47 3D
Octal 342 127 232 0 76 40 13 513 107 75
Binary 11100010 1010111 10011010 0 111110 100000 1011 101001011 1000111 111101

Color Harmonies of #E2579A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2579A

Black with #E2579A

Text Example


Text Example

White with #E2579A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2579A; }

 p { color: rgb(226,87,154); }

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

background-color css

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

 a { background-color: rgb(226,87,154); }

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

border-color css

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

 span { border-color: rgb(226,87,154); }

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