Html Css Color HEX #E046AC Brilliant Rose

📋 copy color: '#E046AC'

red 224 ◦ green 70 ◦ blue 172

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

Shades of Brilliant Rose #E046AC

Tints of Brilliant Rose #E046AC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.02%

 BLUE value IS 172 (67.58% from 255) = 36.91%

R = 48.07%
G = 15.02%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E046AC (or 0xE046AC) is known color: Brilliant Rose. HEX triplet: E0, 46 and AC. RGB value is (224,70,172). Sum of RGB (Red+Green+Blue) = 224+70+172=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 70 (27.73% from 255 or 15.02% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E046AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E046AC is #1FB953. Grayscale: #7F7F7F. Windows color (decimal): -2079060 or 11290336. OLE color: 11290336.

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

Color convert

RGB 224 70 172 -
CMYK 0 0.69 0.23 0.12
HSL 320.26º 0.71% 0.58% -
HSV(B) 320.26º 0.69% 0.88% -
XYZ 40.38 23.21 41.38 -
YUV 127.67 153.02 196.71 -
System Red Green Blue C M Y K H S L
Decimal 224 70 172 0 0.69 0.23 0.12 320.26 0.71 0.58
Hex E0 46 AC 0 45 17 C 140 47 3A
Octal 340 106 254 0 105 27 14 500 107 72
Binary 11100000 1000110 10101100 0 1000101 10111 1100 101000000 1000111 111010

Color Harmonies of #E046AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E046AC

Black with #E046AC

Text Example


Text Example

White with #E046AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E046AC; }

 p { color: rgb(224,70,172); }

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

background-color css

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

 a { background-color: rgb(224,70,172); }

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

border-color css

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

 span { border-color: rgb(224,70,172); }

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