Html Css Color HEX #E54FB4 Brilliant Rose

📋 copy color: '#E54FB4'

red 229 ◦ green 79 ◦ blue 180

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

Shades of Brilliant Rose #E54FB4

Tints of Brilliant Rose #E54FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.89%

R = 46.93%
G = 16.19%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E54FB4 (or 0xE54FB4) is known color: Brilliant Rose. HEX triplet: E5, 4F and B4. RGB value is (229,79,180). Sum of RGB (Red+Green+Blue) = 229+79+180=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E54FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54FB4 is #1AB04B. Grayscale: #878787. Windows color (decimal): -1749068 or 11816933. OLE color: 11816933.

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

Color convert

RGB 229 79 180 -
CMYK 0 0.66 0.21 0.10
HSL 319.6º 0.74% 0.6% -
HSV(B) 319.6º 0.66% 0.9% -
XYZ 43.35 25.55 45.83 -
YUV 135.36 153.2 194.79 -
System Red Green Blue C M Y K H S L
Decimal 229 79 180 0 0.66 0.21 0.10 319.6 0.74 0.6
Hex E5 4F B4 0 42 15 A 140 4A 3C
Octal 345 117 264 0 102 25 12 500 112 74
Binary 11100101 1001111 10110100 0 1000010 10101 1010 101000000 1001010 111100

Color Harmonies of #E54FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54FB4

Black with #E54FB4

Text Example


Text Example

White with #E54FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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