Html Css Color HEX #E15BA5 Brilliant Rose

📋 copy color: '#E15BA5'

red 225 ◦ green 91 ◦ blue 165

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

Shades of Brilliant Rose #E15BA5

Tints of Brilliant Rose #E15BA5

RGB

 RED value IS 225 (88.28% from 255) = 46.78%

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

 BLUE value IS 165 (64.84% from 255) = 34.3%

R = 46.78%
G = 18.92%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E15BA5 (or 0xE15BA5) is known color: Brilliant Rose. HEX triplet: E1, 5B and A5. RGB value is (225,91,165). Sum of RGB (Red+Green+Blue) = 225+91+165=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 91 (35.94% from 255 or 18.92% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E15BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15BA5 is #1EA45A. Grayscale: #8B8B8B. Windows color (decimal): -2008155 or 10836961. OLE color: 10836961.

HSL color Cylindrical-coordinate representation of color #E15BA5: hue angle of 326.87º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15BA5 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 91 165 -
CMYK 0 0.60 0.27 0.12
HSL 326.87º 0.69% 0.62% -
HSV(B) 326.87º 0.6% 0.88% -
XYZ 41.58 26.21 38.46 -
YUV 139.5 142.39 188.98 -
System Red Green Blue C M Y K H S L
Decimal 225 91 165 0 0.60 0.27 0.12 326.87 0.69 0.62
Hex E1 5B A5 0 3C 1B C 147 45 3E
Octal 341 133 245 0 74 33 14 507 105 76
Binary 11100001 1011011 10100101 0 111100 11011 1100 101000111 1000101 111110

Color Harmonies of #E15BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15BA5

Black with #E15BA5

Text Example


Text Example

White with #E15BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15BA5; }

 p { color: rgb(225,91,165); }

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

background-color css

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

 a { background-color: rgb(225,91,165); }

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

border-color css

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

 span { border-color: rgb(225,91,165); }

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