Html Css Color HEX #E85AAB Brilliant Rose

📋 copy color: '#E85AAB'

red 232 ◦ green 90 ◦ blue 171

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

Shades of Brilliant Rose #E85AAB

Tints of Brilliant Rose #E85AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.26%

 BLUE value IS 171 (67.19% from 255) = 34.69%

R = 47.06%
G = 18.26%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E85AAB (or 0xE85AAB) is known color: Brilliant Rose. HEX triplet: E8, 5A and AB. RGB value is (232,90,171). Sum of RGB (Red+Green+Blue) = 232+90+171=493 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.06% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 232 - color contains mainly: red. Hex color #E85AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85AAB is #17A554. Grayscale: #8D8D8D. Windows color (decimal): -1549653 or 11229928. OLE color: 11229928.

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

Color convert

RGB 232 90 171 -
CMYK 0 0.61 0.26 0.09
HSL 325.77º 0.76% 0.63% -
HSV(B) 325.77º 0.61% 0.91% -
XYZ 44.29 27.41 41.48 -
YUV 141.69 144.54 192.41 -
System Red Green Blue C M Y K H S L
Decimal 232 90 171 0 0.61 0.26 0.09 325.77 0.76 0.63
Hex E8 5A AB 0 3D 1A 9 146 4C 3F
Octal 350 132 253 0 75 32 11 506 114 77
Binary 11101000 1011010 10101011 0 111101 11010 1001 101000110 1001100 111111

Color Harmonies of #E85AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85AAB

Black with #E85AAB

Text Example


Text Example

White with #E85AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85AAB; }

 p { color: rgb(232,90,171); }

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

background-color css

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

 a { background-color: rgb(232,90,171); }

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

border-color css

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

 span { border-color: rgb(232,90,171); }

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