Html Css Color HEX #E25D91 Pale Violet Red

📋 copy color: '#E25D91'

red 226 ◦ green 93 ◦ blue 145

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

Shades of Pale Violet Red #E25D91

Tints of Pale Violet Red #E25D91

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.04%

 BLUE value IS 145 (57.03% from 255) = 31.25%

R = 48.71%
G = 20.04%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E25D91 (or 0xE25D91) is known color: Pale Violet Red. HEX triplet: E2, 5D and 91. RGB value is (226,93,145). Sum of RGB (Red+Green+Blue) = 226+93+145=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25D91 is #1DA26E. Grayscale: #8A8A8A. Windows color (decimal): -1942127 or 9526754. OLE color: 9526754.

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

Color convert

RGB 226 93 145 -
CMYK 0 0.59 0.36 0.11
HSL 336.54º 0.7% 0.63% -
HSV(B) 336.54º 0.59% 0.89% -
XYZ 40.39 26.04 29.69 -
YUV 138.7 131.56 190.27 -
System Red Green Blue C M Y K H S L
Decimal 226 93 145 0 0.59 0.36 0.11 336.54 0.7 0.63
Hex E2 5D 91 0 3B 24 B 151 46 3F
Octal 342 135 221 0 73 44 13 521 106 77
Binary 11100010 1011101 10010001 0 111011 100100 1011 101010001 1000110 111111

Color Harmonies of #E25D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25D91

Black with #E25D91

Text Example


Text Example

White with #E25D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25D91; }

 p { color: rgb(226,93,145); }

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

background-color css

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

 a { background-color: rgb(226,93,145); }

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

border-color css

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

 span { border-color: rgb(226,93,145); }

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