Html Css Color HEX #E85B9A Brilliant Rose

📋 copy color: '#E85B9A'

red 232 ◦ green 91 ◦ blue 154

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

Shades of Brilliant Rose #E85B9A

Tints of Brilliant Rose #E85B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.29%

R = 48.64%
G = 19.08%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E85B9A (or 0xE85B9A) is known color: Brilliant Rose. HEX triplet: E8, 5B and 9A. RGB value is (232,91,154). Sum of RGB (Red+Green+Blue) = 232+91+154=477 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.64% from 477); Green value is 91 (35.94% from 255 or 19.08% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85B9A is #17A465. Grayscale: #8C8C8C. Windows color (decimal): -1549414 or 10116072. OLE color: 10116072.

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

Color convert

RGB 232 91 154 -
CMYK 0 0.61 0.34 0.09
HSL 333.19º 0.75% 0.63% -
HSV(B) 333.19º 0.61% 0.91% -
XYZ 42.85 26.97 33.52 -
YUV 140.34 135.71 193.38 -
System Red Green Blue C M Y K H S L
Decimal 232 91 154 0 0.61 0.34 0.09 333.19 0.75 0.63
Hex E8 5B 9A 0 3D 22 9 14D 4B 3F
Octal 350 133 232 0 75 42 11 515 113 77
Binary 11101000 1011011 10011010 0 111101 100010 1001 101001101 1001011 111111

Color Harmonies of #E85B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85B9A

Black with #E85B9A

Text Example


Text Example

White with #E85B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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