Html Css Color HEX #E25B9F Pale Violet Red

📋 copy color: '#E25B9F'

red 226 ◦ green 91 ◦ blue 159

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

Shades of Pale Violet Red #E25B9F

Tints of Pale Violet Red #E25B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.4%

R = 47.48%
G = 19.12%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E25B9F (or 0xE25B9F) is known color: Pale Violet Red. HEX triplet: E2, 5B and 9F. RGB value is (226,91,159). Sum of RGB (Red+Green+Blue) = 226+91+159=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 91 (35.94% from 255 or 19.12% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 226 - color contains mainly: red. Hex color #E25B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25B9F is #1DA460. Grayscale: #8A8A8A. Windows color (decimal): -1942625 or 10443746. OLE color: 10443746.

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

Color convert

RGB 226 91 159 -
CMYK 0 0.60 0.30 0.11
HSL 329.78º 0.7% 0.62% -
HSV(B) 329.78º 0.6% 0.89% -
XYZ 41.36 26.15 35.67 -
YUV 139.12 139.23 189.97 -
System Red Green Blue C M Y K H S L
Decimal 226 91 159 0 0.60 0.30 0.11 329.78 0.7 0.62
Hex E2 5B 9F 0 3C 1E B 14A 46 3E
Octal 342 133 237 0 74 36 13 512 106 76
Binary 11100010 1011011 10011111 0 111100 11110 1011 101001010 1000110 111110

Color Harmonies of #E25B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25B9F

Black with #E25B9F

Text Example


Text Example

White with #E25B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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