Html Css Color HEX #E85DAC Brilliant Rose

📋 copy color: '#E85DAC'

red 232 ◦ green 93 ◦ blue 172

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

Shades of Brilliant Rose #E85DAC

Tints of Brilliant Rose #E85DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.71%

 BLUE value IS 172 (67.58% from 255) = 34.61%

R = 46.68%
G = 18.71%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E85DAC (or 0xE85DAC) is known color: Brilliant Rose. HEX triplet: E8, 5D and AC. RGB value is (232,93,172). Sum of RGB (Red+Green+Blue) = 232+93+172=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 232 - color contains mainly: red. Hex color #E85DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85DAC is #17A253. Grayscale: #8F8F8F. Windows color (decimal): -1548884 or 11296232. OLE color: 11296232.

HSL color Cylindrical-coordinate representation of color #E85DAC: hue angle of 325.9º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E85DAC is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 93 172 -
CMYK 0 0.60 0.26 0.09
HSL 325.9º 0.75% 0.64% -
HSV(B) 325.9º 0.6% 0.91% -
XYZ 44.64 27.96 42.07 -
YUV 143.57 144.05 191.08 -
System Red Green Blue C M Y K H S L
Decimal 232 93 172 0 0.60 0.26 0.09 325.9 0.75 0.64
Hex E8 5D AC 0 3C 1A 9 146 4B 40
Octal 350 135 254 0 74 32 11 506 113 100
Binary 11101000 1011101 10101100 0 111100 11010 1001 101000110 1001011 1000000

Color Harmonies of #E85DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85DAC

Black with #E85DAC

Text Example


Text Example

White with #E85DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85DAC; }

 p { color: rgb(232,93,172); }

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

background-color css

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

 a { background-color: rgb(232,93,172); }

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

border-color css

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

 span { border-color: rgb(232,93,172); }

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