Html Css Color HEX #E85BAD Brilliant Rose

📋 copy color: '#E85BAD'

red 232 ◦ green 91 ◦ blue 173

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

Shades of Brilliant Rose #E85BAD

Tints of Brilliant Rose #E85BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.88%

R = 46.77%
G = 18.35%
B = 34.88%

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

#E85BAD (or 0xE85BAD) is known color: Brilliant Rose. HEX triplet: E8, 5B and AD. RGB value is (232,91,173). Sum of RGB (Red+Green+Blue) = 232+91+173=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 91 (35.94% from 255 or 18.35% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E85BAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85BAD is #17A452. Grayscale: #8E8E8E. Windows color (decimal): -1549395 or 11361256. OLE color: 11361256.

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

Color convert

RGB 232 91 173 -
CMYK 0 0.61 0.25 0.09
HSL 325.11º 0.75% 0.63% -
HSV(B) 325.11º 0.61% 0.91% -
XYZ 44.56 27.66 42.52 -
YUV 142.51 145.21 191.83 -
System Red Green Blue C M Y K H S L
Decimal 232 91 173 0 0.61 0.25 0.09 325.11 0.75 0.63
Hex E8 5B AD 0 3D 19 9 145 4B 3F
Octal 350 133 255 0 75 31 11 505 113 77
Binary 11101000 1011011 10101101 0 111101 11001 1001 101000101 1001011 111111

Color Harmonies of #E85BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85BAD

Black with #E85BAD

Text Example


Text Example

White with #E85BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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