Html Css Color HEX #E85BA6 Brilliant Rose

📋 copy color: '#E85BA6'

red 232 ◦ green 91 ◦ blue 166

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

Shades of Brilliant Rose #E85BA6

Tints of Brilliant Rose #E85BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.95%

R = 47.44%
G = 18.61%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#E85BA6 (or 0xE85BA6) is known color: Brilliant Rose. HEX triplet: E8, 5B and A6. RGB value is (232,91,166). Sum of RGB (Red+Green+Blue) = 232+91+166=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 91 (35.94% from 255 or 18.61% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E85BA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85BA6 is #17A459. Grayscale: #8D8D8D. Windows color (decimal): -1549402 or 10902504. OLE color: 10902504.

HSL color Cylindrical-coordinate representation of color #E85BA6: hue angle of 328.09º 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 #E85BA6 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 91 166 -
CMYK 0 0.61 0.28 0.09
HSL 328.09º 0.75% 0.63% -
HSV(B) 328.09º 0.61% 0.91% -
XYZ 43.9 27.39 39.05 -
YUV 141.71 141.71 192.4 -
System Red Green Blue C M Y K H S L
Decimal 232 91 166 0 0.61 0.28 0.09 328.09 0.75 0.63
Hex E8 5B A6 0 3D 1C 9 148 4B 3F
Octal 350 133 246 0 75 34 11 510 113 77
Binary 11101000 1011011 10100110 0 111101 11100 1001 101001000 1001011 111111

Color Harmonies of #E85BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85BA6

Black with #E85BA6

Text Example


Text Example

White with #E85BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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