Html Css Color HEX #E25E94 Pale Violet Red

📋 copy color: '#E25E94'

red 226 ◦ green 94 ◦ blue 148

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

Shades of Pale Violet Red #E25E94

Tints of Pale Violet Red #E25E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.62%

R = 48.29%
G = 20.09%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E25E94 (or 0xE25E94) is known color: Pale Violet Red. HEX triplet: E2, 5E and 94. RGB value is (226,94,148). Sum of RGB (Red+Green+Blue) = 226+94+148=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25E94 is #1DA16B. Grayscale: #8B8B8B. Windows color (decimal): -1941868 or 9723618. OLE color: 9723618.

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

Color convert

RGB 226 94 148 -
CMYK 0 0.58 0.35 0.11
HSL 335.45º 0.69% 0.63% -
HSV(B) 335.45º 0.58% 0.89% -
XYZ 40.71 26.31 30.95 -
YUV 139.62 132.73 189.61 -
System Red Green Blue C M Y K H S L
Decimal 226 94 148 0 0.58 0.35 0.11 335.45 0.69 0.63
Hex E2 5E 94 0 3A 23 B 14F 45 3F
Octal 342 136 224 0 72 43 13 517 105 77
Binary 11100010 1011110 10010100 0 111010 100011 1011 101001111 1000101 111111

Color Harmonies of #E25E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25E94

Black with #E25E94

Text Example


Text Example

White with #E25E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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