Html Css Color HEX #E25E96 Pale Violet Red

📋 copy color: '#E25E96'

red 226 ◦ green 94 ◦ blue 150

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

Shades of Pale Violet Red #E25E96

Tints of Pale Violet Red #E25E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.91%

R = 48.09%
G = 20%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E25E96 (or 0xE25E96) is known color: Pale Violet Red. HEX triplet: E2, 5E and 96. RGB value is (226,94,150). Sum of RGB (Red+Green+Blue) = 226+94+150=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25E96 is #1DA169. Grayscale: #8B8B8B. Windows color (decimal): -1941866 or 9854690. OLE color: 9854690.

HSL color Cylindrical-coordinate representation of color #E25E96: hue angle of 334.55º 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 #E25E96 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 94 150 -
CMYK 0 0.58 0.34 0.11
HSL 334.55º 0.69% 0.63% -
HSV(B) 334.55º 0.58% 0.89% -
XYZ 40.87 26.38 31.79 -
YUV 139.85 133.73 189.45 -
System Red Green Blue C M Y K H S L
Decimal 226 94 150 0 0.58 0.34 0.11 334.55 0.69 0.63
Hex E2 5E 96 0 3A 22 B 14F 45 3F
Octal 342 136 226 0 72 42 13 517 105 77
Binary 11100010 1011110 10010110 0 111010 100010 1011 101001111 1000101 111111

Color Harmonies of #E25E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25E96

Black with #E25E96

Text Example


Text Example

White with #E25E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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