Html Css Color HEX #E54FB0 Brilliant Rose

📋 copy color: '#E54FB0'

red 229 ◦ green 79 ◦ blue 176

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

Shades of Brilliant Rose #E54FB0

Tints of Brilliant Rose #E54FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.36%

R = 47.31%
G = 16.32%
B = 36.36%

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

#E54FB0 (or 0xE54FB0) is known color: Brilliant Rose. HEX triplet: E5, 4F and B0. RGB value is (229,79,176). Sum of RGB (Red+Green+Blue) = 229+79+176=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 79 (31.25% from 255 or 16.32% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E54FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54FB0 is #1AB04F. Grayscale: #868686. Windows color (decimal): -1749072 or 11554789. OLE color: 11554789.

HSL color Cylindrical-coordinate representation of color #E54FB0: hue angle of 321.2º 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 #E54FB0 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 79 176 -
CMYK 0 0.66 0.23 0.10
HSL 321.2º 0.74% 0.6% -
HSV(B) 321.2º 0.66% 0.9% -
XYZ 42.95 25.38 43.71 -
YUV 134.91 151.2 195.11 -
System Red Green Blue C M Y K H S L
Decimal 229 79 176 0 0.66 0.23 0.10 321.2 0.74 0.6
Hex E5 4F B0 0 42 17 A 141 4A 3C
Octal 345 117 260 0 102 27 12 501 112 74
Binary 11100101 1001111 10110000 0 1000010 10111 1010 101000001 1001010 111100

Color Harmonies of #E54FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54FB0

Black with #E54FB0

Text Example


Text Example

White with #E54FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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