Html Css Color HEX #E25BA1 Brilliant Rose

📋 copy color: '#E25BA1'

red 226 ◦ green 91 ◦ blue 161

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

Shades of Brilliant Rose #E25BA1

Tints of Brilliant Rose #E25BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.68%

R = 47.28%
G = 19.04%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#E25BA1 (or 0xE25BA1) is known color: Brilliant Rose. HEX triplet: E2, 5B and A1. RGB value is (226,91,161). Sum of RGB (Red+Green+Blue) = 226+91+161=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E25BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25BA1 is #1DA45E. Grayscale: #8B8B8B. Windows color (decimal): -1942623 or 10574818. OLE color: 10574818.

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

Color convert

RGB 226 91 161 -
CMYK 0 0.60 0.29 0.11
HSL 328.89º 0.7% 0.62% -
HSV(B) 328.89º 0.6% 0.89% -
XYZ 41.54 26.22 36.59 -
YUV 139.35 140.23 189.81 -
System Red Green Blue C M Y K H S L
Decimal 226 91 161 0 0.60 0.29 0.11 328.89 0.7 0.62
Hex E2 5B A1 0 3C 1D B 149 46 3E
Octal 342 133 241 0 74 35 13 511 106 76
Binary 11100010 1011011 10100001 0 111100 11101 1011 101001001 1000110 111110

Color Harmonies of #E25BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25BA1

Black with #E25BA1

Text Example


Text Example

White with #E25BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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