Html Css Color HEX #E85CA1 Brilliant Rose

📋 copy color: '#E85CA1'

red 232 ◦ green 92 ◦ blue 161

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

Shades of Brilliant Rose #E85CA1

Tints of Brilliant Rose #E85CA1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.97%

 BLUE value IS 161 (63.28% from 255) = 33.2%

R = 47.84%
G = 18.97%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E85CA1 (or 0xE85CA1) is known color: Brilliant Rose. HEX triplet: E8, 5C and A1. RGB value is (232,92,161). Sum of RGB (Red+Green+Blue) = 232+92+161=485 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.84% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 232 - color contains mainly: red. Hex color #E85CA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85CA1 is #17A35E. Grayscale: #8D8D8D. Windows color (decimal): -1549151 or 10575080. OLE color: 10575080.

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

Color convert

RGB 232 92 161 -
CMYK 0 0.60 0.31 0.09
HSL 330.43º 0.75% 0.64% -
HSV(B) 330.43º 0.6% 0.91% -
XYZ 43.54 27.38 36.71 -
YUV 141.73 138.88 192.39 -
System Red Green Blue C M Y K H S L
Decimal 232 92 161 0 0.60 0.31 0.09 330.43 0.75 0.64
Hex E8 5C A1 0 3C 1F 9 14A 4B 40
Octal 350 134 241 0 74 37 11 512 113 100
Binary 11101000 1011100 10100001 0 111100 11111 1001 101001010 1001011 1000000

Color Harmonies of #E85CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85CA1

Black with #E85CA1

Text Example


Text Example

White with #E85CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85CA1; }

 p { color: rgb(232,92,161); }

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

background-color css

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

 a { background-color: rgb(232,92,161); }

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

border-color css

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

 span { border-color: rgb(232,92,161); }

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