Html Css Color HEX #E85B9F Brilliant Rose

📋 copy color: '#E85B9F'

red 232 ◦ green 91 ◦ blue 159

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

Shades of Brilliant Rose #E85B9F

Tints of Brilliant Rose #E85B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.99%

R = 48.13%
G = 18.88%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E85B9F (or 0xE85B9F) is known color: Brilliant Rose. HEX triplet: E8, 5B and 9F. RGB value is (232,91,159). Sum of RGB (Red+Green+Blue) = 232+91+159=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85B9F is #17A460. Grayscale: #8C8C8C. Windows color (decimal): -1549409 or 10443752. OLE color: 10443752.

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

Color convert

RGB 232 91 159 -
CMYK 0 0.61 0.31 0.09
HSL 331.06º 0.75% 0.63% -
HSV(B) 331.06º 0.61% 0.91% -
XYZ 43.28 27.14 35.76 -
YUV 140.91 138.21 192.97 -
System Red Green Blue C M Y K H S L
Decimal 232 91 159 0 0.61 0.31 0.09 331.06 0.75 0.63
Hex E8 5B 9F 0 3D 1F 9 14B 4B 3F
Octal 350 133 237 0 75 37 11 513 113 77
Binary 11101000 1011011 10011111 0 111101 11111 1001 101001011 1001011 111111

Color Harmonies of #E85B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85B9F

Black with #E85B9F

Text Example


Text Example

White with #E85B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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