Html Css Color HEX #E25B9D Pale Violet Red

📋 copy color: '#E25B9D'

red 226 ◦ green 91 ◦ blue 157

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

Shades of Pale Violet Red #E25B9D

Tints of Pale Violet Red #E25B9D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.2%

 BLUE value IS 157 (61.72% from 255) = 33.12%

R = 47.68%
G = 19.2%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E25B9D (or 0xE25B9D) is known color: Pale Violet Red. HEX triplet: E2, 5B and 9D. RGB value is (226,91,157). Sum of RGB (Red+Green+Blue) = 226+91+157=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E25B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25B9D is #1DA462. Grayscale: #8A8A8A. Windows color (decimal): -1942627 or 10312674. OLE color: 10312674.

HSL color Cylindrical-coordinate representation of color #E25B9D: hue angle of 330.67º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25B9D is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 91 157 -
CMYK 0 0.60 0.31 0.11
HSL 330.67º 0.7% 0.62% -
HSV(B) 330.67º 0.6% 0.89% -
XYZ 41.19 26.09 34.76 -
YUV 138.89 138.23 190.13 -
System Red Green Blue C M Y K H S L
Decimal 226 91 157 0 0.60 0.31 0.11 330.67 0.7 0.62
Hex E2 5B 9D 0 3C 1F B 14B 46 3E
Octal 342 133 235 0 74 37 13 513 106 76
Binary 11100010 1011011 10011101 0 111100 11111 1011 101001011 1000110 111110

Color Harmonies of #E25B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25B9D

Black with #E25B9D

Text Example


Text Example

White with #E25B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25B9D; }

 p { color: rgb(226,91,157); }

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

background-color css

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

 a { background-color: rgb(226,91,157); }

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

border-color css

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

 span { border-color: rgb(226,91,157); }

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