Html Css Color HEX #E048B2 Brilliant Rose

📋 copy color: '#E048B2'

red 224 ◦ green 72 ◦ blue 178

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

Shades of Brilliant Rose #E048B2

Tints of Brilliant Rose #E048B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.55%

R = 47.26%
G = 15.19%
B = 37.55%

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

#E048B2 (or 0xE048B2) is known color: Brilliant Rose. HEX triplet: E0, 48 and B2. RGB value is (224,72,178). Sum of RGB (Red+Green+Blue) = 224+72+178=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E048B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E048B2 is #1FB74D. Grayscale: #818181. Windows color (decimal): -2078542 or 11684064. OLE color: 11684064.

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

Color convert

RGB 224 72 178 -
CMYK 0 0.68 0.21 0.12
HSL 318.16º 0.71% 0.58% -
HSV(B) 318.16º 0.68% 0.88% -
XYZ 41.09 23.7 44.53 -
YUV 129.53 155.36 195.38 -
System Red Green Blue C M Y K H S L
Decimal 224 72 178 0 0.68 0.21 0.12 318.16 0.71 0.58
Hex E0 48 B2 0 44 15 C 13E 47 3A
Octal 340 110 262 0 104 25 14 476 107 72
Binary 11100000 1001000 10110010 0 1000100 10101 1100 100111110 1000111 111010

Color Harmonies of #E048B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E048B2

Black with #E048B2

Text Example


Text Example

White with #E048B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E048B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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