Html Css Color HEX #E25E92 Pale Violet Red

📋 copy color: '#E25E92'

red 226 ◦ green 94 ◦ blue 146

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

Shades of Pale Violet Red #E25E92

Tints of Pale Violet Red #E25E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.33%

R = 48.5%
G = 20.17%
B = 31.33%

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

#E25E92 (or 0xE25E92) is known color: Pale Violet Red. HEX triplet: E2, 5E and 92. RGB value is (226,94,146). Sum of RGB (Red+Green+Blue) = 226+94+146=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25E92 is #1DA16D. Grayscale: #8B8B8B. Windows color (decimal): -1941870 or 9592546. OLE color: 9592546.

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

Color convert

RGB 226 94 146 -
CMYK 0 0.58 0.35 0.11
HSL 336.36º 0.69% 0.63% -
HSV(B) 336.36º 0.58% 0.89% -
XYZ 40.56 26.25 30.12 -
YUV 139.4 131.73 189.77 -
System Red Green Blue C M Y K H S L
Decimal 226 94 146 0 0.58 0.35 0.11 336.36 0.69 0.63
Hex E2 5E 92 0 3A 23 B 150 45 3F
Octal 342 136 222 0 72 43 13 520 105 77
Binary 11100010 1011110 10010010 0 111010 100011 1011 101010000 1000101 111111

Color Harmonies of #E25E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25E92

Black with #E25E92

Text Example


Text Example

White with #E25E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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