Html Css Color HEX #E048B1 Brilliant Rose

📋 copy color: '#E048B1'

red 224 ◦ green 72 ◦ blue 177

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

Shades of Brilliant Rose #E048B1

Tints of Brilliant Rose #E048B1

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.22%

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

R = 47.36%
G = 15.22%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E048B1 (or 0xE048B1) is known color: Brilliant Rose. HEX triplet: E0, 48 and B1. RGB value is (224,72,177). Sum of RGB (Red+Green+Blue) = 224+72+177=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E048B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E048B1 is #1FB74E. Grayscale: #818181. Windows color (decimal): -2078543 or 11618528. OLE color: 11618528.

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

Color convert

RGB 224 72 177 -
CMYK 0 0.68 0.21 0.12
HSL 318.55º 0.71% 0.58% -
HSV(B) 318.55º 0.68% 0.88% -
XYZ 40.99 23.66 44 -
YUV 129.42 154.86 195.46 -
System Red Green Blue C M Y K H S L
Decimal 224 72 177 0 0.68 0.21 0.12 318.55 0.71 0.58
Hex E0 48 B1 0 44 15 C 13F 47 3A
Octal 340 110 261 0 104 25 14 477 107 72
Binary 11100000 1001000 10110001 0 1000100 10101 1100 100111111 1000111 111010

Color Harmonies of #E048B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E048B1

Black with #E048B1

Text Example


Text Example

White with #E048B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E048B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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