Html Css Color HEX #E046A7 Brilliant Rose

📋 copy color: '#E046A7'

red 224 ◦ green 70 ◦ blue 167

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

Shades of Brilliant Rose #E046A7

Tints of Brilliant Rose #E046A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.23%

R = 48.59%
G = 15.18%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E046A7 (or 0xE046A7) is known color: Brilliant Rose. HEX triplet: E0, 46 and A7. RGB value is (224,70,167). Sum of RGB (Red+Green+Blue) = 224+70+167=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 167 (65.62% from 255 or 36.23% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E046A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E046A7 is #1FB958. Grayscale: #7E7E7E. Windows color (decimal): -2079065 or 10962656. OLE color: 10962656.

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

Color convert

RGB 224 70 167 -
CMYK 0 0.69 0.25 0.12
HSL 322.21º 0.71% 0.58% -
HSV(B) 322.21º 0.69% 0.88% -
XYZ 39.91 23.02 38.9 -
YUV 127.1 150.52 197.11 -
System Red Green Blue C M Y K H S L
Decimal 224 70 167 0 0.69 0.25 0.12 322.21 0.71 0.58
Hex E0 46 A7 0 45 19 C 142 47 3A
Octal 340 106 247 0 105 31 14 502 107 72
Binary 11100000 1000110 10100111 0 1000101 11001 1100 101000010 1000111 111010

Color Harmonies of #E046A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E046A7

Black with #E046A7

Text Example


Text Example

White with #E046A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E046A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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