Html Css Color HEX #E046AF Brilliant Rose

📋 copy color: '#E046AF'

red 224 ◦ green 70 ◦ blue 175

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

Shades of Brilliant Rose #E046AF

Tints of Brilliant Rose #E046AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.31%

R = 47.76%
G = 14.93%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E046AF (or 0xE046AF) is known color: Brilliant Rose. HEX triplet: E0, 46 and AF. RGB value is (224,70,175). Sum of RGB (Red+Green+Blue) = 224+70+175=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 70 (27.73% from 255 or 14.93% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E046AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E046AF is #1FB950. Grayscale: #7F7F7F. Windows color (decimal): -2079057 or 11486944. OLE color: 11486944.

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

Color convert

RGB 224 70 175 -
CMYK 0 0.69 0.22 0.12
HSL 319.09º 0.71% 0.58% -
HSV(B) 319.09º 0.69% 0.88% -
XYZ 40.67 23.32 42.92 -
YUV 128.02 154.52 196.46 -
System Red Green Blue C M Y K H S L
Decimal 224 70 175 0 0.69 0.22 0.12 319.09 0.71 0.58
Hex E0 46 AF 0 45 16 C 13F 47 3A
Octal 340 106 257 0 105 26 14 477 107 72
Binary 11100000 1000110 10101111 0 1000101 10110 1100 100111111 1000111 111010

Color Harmonies of #E046AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E046AF

Black with #E046AF

Text Example


Text Example

White with #E046AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E046AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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