Html Css Color HEX #E85BAE Brilliant Rose

📋 copy color: '#E85BAE'

red 232 ◦ green 91 ◦ blue 174

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

Shades of Brilliant Rose #E85BAE

Tints of Brilliant Rose #E85BAE

RGB

 RED value IS 232 (91.02% from 255) = 46.68%

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

 BLUE value IS 174 (68.36% from 255) = 35.01%

R = 46.68%
G = 18.31%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E85BAE (or 0xE85BAE) is known color: Brilliant Rose. HEX triplet: E8, 5B and AE. RGB value is (232,91,174). Sum of RGB (Red+Green+Blue) = 232+91+174=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 91 (35.94% from 255 or 18.31% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 232 - color contains mainly: red. Hex color #E85BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85BAE is #17A451. Grayscale: #8E8E8E. Windows color (decimal): -1549394 or 11426792. OLE color: 11426792.

HSL color Cylindrical-coordinate representation of color #E85BAE: hue angle of 324.68º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85BAE is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 91 174 -
CMYK 0 0.61 0.25 0.09
HSL 324.68º 0.75% 0.63% -
HSV(B) 324.68º 0.61% 0.91% -
XYZ 44.66 27.69 43.04 -
YUV 142.62 145.71 191.75 -
System Red Green Blue C M Y K H S L
Decimal 232 91 174 0 0.61 0.25 0.09 324.68 0.75 0.63
Hex E8 5B AE 0 3D 19 9 145 4B 3F
Octal 350 133 256 0 75 31 11 505 113 77
Binary 11101000 1011011 10101110 0 111101 11001 1001 101000101 1001011 111111

Color Harmonies of #E85BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85BAE

Black with #E85BAE

Text Example


Text Example

White with #E85BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85BAE; }

 p { color: rgb(232,91,174); }

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

background-color css

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

 a { background-color: rgb(232,91,174); }

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

border-color css

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

 span { border-color: rgb(232,91,174); }

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