Html Css Color HEX #E047B2 Brilliant Rose

📋 copy color: '#E047B2'

red 224 ◦ green 71 ◦ blue 178

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

Shades of Brilliant Rose #E047B2

Tints of Brilliant Rose #E047B2

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.01%

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

R = 47.36%
G = 15.01%
B = 37.63%

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

#E047B2 (or 0xE047B2) is known color: Brilliant Rose. HEX triplet: E0, 47 and B2. RGB value is (224,71,178). Sum of RGB (Red+Green+Blue) = 224+71+178=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 71 (28.12% from 255 or 15.01% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E047B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E047B2 is #1FB84D. Grayscale: #808080. Windows color (decimal): -2078798 or 11683808. OLE color: 11683808.

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

Color convert

RGB 224 71 178 -
CMYK 0 0.68 0.21 0.12
HSL 318.04º 0.71% 0.58% -
HSV(B) 318.04º 0.68% 0.88% -
XYZ 41.03 23.57 44.51 -
YUV 128.95 155.69 195.8 -
System Red Green Blue C M Y K H S L
Decimal 224 71 178 0 0.68 0.21 0.12 318.04 0.71 0.58
Hex E0 47 B2 0 44 15 C 13E 47 3A
Octal 340 107 262 0 104 25 14 476 107 72
Binary 11100000 1000111 10110010 0 1000100 10101 1100 100111110 1000111 111010

Color Harmonies of #E047B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E047B2

Black with #E047B2

Text Example


Text Example

White with #E047B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E047B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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