Html Css Color HEX #E851A0 Brilliant Rose

📋 copy color: '#E851A0'

red 232 ◦ green 81 ◦ blue 160

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

Shades of Brilliant Rose #E851A0

Tints of Brilliant Rose #E851A0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.12%

 BLUE value IS 160 (62.89% from 255) = 33.83%

R = 49.05%
G = 17.12%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E851A0 (or 0xE851A0) is known color: Brilliant Rose. HEX triplet: E8, 51 and A0. RGB value is (232,81,160). Sum of RGB (Red+Green+Blue) = 232+81+160=473 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.05% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 232 - color contains mainly: red. Hex color #E851A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E851A0 is #17AE5F. Grayscale: #868686. Windows color (decimal): -1551968 or 10506728. OLE color: 10506728.

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

Color convert

RGB 232 81 160 -
CMYK 0 0.65 0.31 0.09
HSL 328.61º 0.77% 0.61% -
HSV(B) 328.61º 0.65% 0.91% -
XYZ 42.57 25.58 35.95 -
YUV 135.16 142.03 197.08 -
System Red Green Blue C M Y K H S L
Decimal 232 81 160 0 0.65 0.31 0.09 328.61 0.77 0.61
Hex E8 51 A0 0 41 1F 9 149 4D 3D
Octal 350 121 240 0 101 37 11 511 115 75
Binary 11101000 1010001 10100000 0 1000001 11111 1001 101001001 1001101 111101

Color Harmonies of #E851A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E851A0

Black with #E851A0

Text Example


Text Example

White with #E851A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E851A0; }

 p { color: rgb(232,81,160); }

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

background-color css

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

 a { background-color: rgb(232,81,160); }

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

border-color css

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

 span { border-color: rgb(232,81,160); }

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