Html Css Color HEX #E54FB1 Brilliant Rose

📋 copy color: '#E54FB1'

red 229 ◦ green 79 ◦ blue 177

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

Shades of Brilliant Rose #E54FB1

Tints of Brilliant Rose #E54FB1

RGB

 RED value IS 229 (89.84% from 255) = 47.22%

 GREEN value IS 79 (31.25% from 255) = 16.29%

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

R = 47.22%
G = 16.29%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E54FB1 (or 0xE54FB1) is known color: Brilliant Rose. HEX triplet: E5, 4F and B1. RGB value is (229,79,177). Sum of RGB (Red+Green+Blue) = 229+79+177=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E54FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54FB1 is #1AB04E. Grayscale: #868686. Windows color (decimal): -1749071 or 11620325. OLE color: 11620325.

HSL color Cylindrical-coordinate representation of color #E54FB1: hue angle of 320.8º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54FB1 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 79 177 -
CMYK 0 0.66 0.23 0.10
HSL 320.8º 0.74% 0.6% -
HSV(B) 320.8º 0.66% 0.9% -
XYZ 43.04 25.42 44.23 -
YUV 135.02 151.7 195.03 -
System Red Green Blue C M Y K H S L
Decimal 229 79 177 0 0.66 0.23 0.10 320.8 0.74 0.6
Hex E5 4F B1 0 42 17 A 141 4A 3C
Octal 345 117 261 0 102 27 12 501 112 74
Binary 11100101 1001111 10110001 0 1000010 10111 1010 101000001 1001010 111100

Color Harmonies of #E54FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54FB1

Black with #E54FB1

Text Example


Text Example

White with #E54FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54FB1; }

 p { color: rgb(229,79,177); }

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

background-color css

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

 a { background-color: rgb(229,79,177); }

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

border-color css

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

 span { border-color: rgb(229,79,177); }

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