Html Css Color HEX #E855A1 Brilliant Rose

📋 copy color: '#E855A1'

red 232 ◦ green 85 ◦ blue 161

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

Shades of Brilliant Rose #E855A1

Tints of Brilliant Rose #E855A1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.78%

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

R = 48.54%
G = 17.78%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E855A1 (or 0xE855A1) is known color: Brilliant Rose. HEX triplet: E8, 55 and A1. RGB value is (232,85,161). Sum of RGB (Red+Green+Blue) = 232+85+161=478 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.54% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 232 - color contains mainly: red. Hex color #E855A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E855A1 is #17AA5E. Grayscale: #898989. Windows color (decimal): -1550943 or 10573288. OLE color: 10573288.

HSL color Cylindrical-coordinate representation of color #E855A1: hue angle of 328.98º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E855A1 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 85 161 -
CMYK 0 0.63 0.31 0.09
HSL 328.98º 0.76% 0.62% -
HSV(B) 328.98º 0.63% 0.91% -
XYZ 42.96 26.23 36.52 -
YUV 137.62 141.2 195.32 -
System Red Green Blue C M Y K H S L
Decimal 232 85 161 0 0.63 0.31 0.09 328.98 0.76 0.62
Hex E8 55 A1 0 3F 1F 9 149 4C 3E
Octal 350 125 241 0 77 37 11 511 114 76
Binary 11101000 1010101 10100001 0 111111 11111 1001 101001001 1001100 111110

Color Harmonies of #E855A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E855A1

Black with #E855A1

Text Example


Text Example

White with #E855A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E855A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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