#e25ba7

Color #E25BA7 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #E25BA7

Tints of Brilliant Rose #E25BA7

Color information

#E25BA7 (or 0xE25BA7) is unknown color: approx Brilliant Rose. HEX triplet: E2, 5B and A7. RGB value is (226,91,167). Sum of RGB (Red+Green+Blue) = 226+91+167=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 91 (35.94% from 255 or 18.80% from 484); Blue value is 167 (65.62% from 255 or 34.50% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E25BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25BA7 is #1DA458. Grayscale: #8B8B8B. Windows color (decimal): -1942617 or 10968034. OLE color: 10968034.

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

Color convert

RGB22691167-
CMYK00.600.260.11
HSL326.22º69.95%62.16%-
HSV(B)326.22º59.73%88.63%-
XYZ42.0826.4439.44-
YUV140.03143.23189.32-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.69%
GREEN value IS 91 (35.94% from 255) = 18.80%
BLUE value IS 167 (65.62% from 255) = 34.50%
R=46.69%
G=18.80%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269116700.600.260.11326.2269.9562.16
HexE25BA703C1AB146463e
Octal342133247074321350610676
Binary1110001010110111010011101111001101010111010001101000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e25ba7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e25ba7; }

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

 H1.HeaderClassName
 {
   color: #e25ba7;
 }
 .AnyTagClassName
 {
   color: #e25ba7;
 }
</style>
background-color css

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

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

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

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

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

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