Html Css Color HEX #E25E9A Pale Violet Red

📋 copy color: '#E25E9A'

red 226 ◦ green 94 ◦ blue 154

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

Shades of Pale Violet Red #E25E9A

Tints of Pale Violet Red #E25E9A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.83%

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

R = 47.68%
G = 19.83%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E25E9A (or 0xE25E9A) is known color: Pale Violet Red. HEX triplet: E2, 5E and 9A. RGB value is (226,94,154). Sum of RGB (Red+Green+Blue) = 226+94+154=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25E9A is #1DA165. Grayscale: #8C8C8C. Windows color (decimal): -1941862 or 10116834. OLE color: 10116834.

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

Color convert

RGB 226 94 154 -
CMYK 0 0.58 0.32 0.11
HSL 332.73º 0.69% 0.63% -
HSV(B) 332.73º 0.58% 0.89% -
XYZ 41.2 26.51 33.52 -
YUV 140.31 135.73 189.12 -
System Red Green Blue C M Y K H S L
Decimal 226 94 154 0 0.58 0.32 0.11 332.73 0.69 0.63
Hex E2 5E 9A 0 3A 20 B 14D 45 3F
Octal 342 136 232 0 72 40 13 515 105 77
Binary 11100010 1011110 10011010 0 111010 100000 1011 101001101 1000101 111111

Color Harmonies of #E25E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25E9A

Black with #E25E9A

Text Example


Text Example

White with #E25E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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