Html Css Color HEX #E051B1 Brilliant Rose

📋 copy color: '#E051B1'

red 224 ◦ green 81 ◦ blue 177

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

Shades of Brilliant Rose #E051B1

Tints of Brilliant Rose #E051B1

RGB

 RED value IS 224 (87.89% from 255) = 46.47%

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

 BLUE value IS 177 (69.53% from 255) = 36.72%

R = 46.47%
G = 16.8%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E051B1 (or 0xE051B1) is known color: Brilliant Rose. HEX triplet: E0, 51 and B1. RGB value is (224,81,177). Sum of RGB (Red+Green+Blue) = 224+81+177=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E051B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E051B1 is #1FAE4E. Grayscale: #868686. Windows color (decimal): -2076239 or 11620832. OLE color: 11620832.

HSL color Cylindrical-coordinate representation of color #E051B1: hue angle of 319.72º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E051B1 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 81 177 -
CMYK 0 0.64 0.21 0.12
HSL 319.72º 0.7% 0.6% -
HSV(B) 319.72º 0.64% 0.88% -
XYZ 41.62 24.91 44.21 -
YUV 134.7 151.88 191.69 -
System Red Green Blue C M Y K H S L
Decimal 224 81 177 0 0.64 0.21 0.12 319.72 0.7 0.6
Hex E0 51 B1 0 40 15 C 140 46 3C
Octal 340 121 261 0 100 25 14 500 106 74
Binary 11100000 1010001 10110001 0 1000000 10101 1100 101000000 1000110 111100

Color Harmonies of #E051B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E051B1

Black with #E051B1

Text Example


Text Example

White with #E051B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E051B1; }

 p { color: rgb(224,81,177); }

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

background-color css

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

 a { background-color: rgb(224,81,177); }

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

border-color css

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

 span { border-color: rgb(224,81,177); }

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