Html Css Color HEX #E04AAF Brilliant Rose

📋 copy color: '#E04AAF'

red 224 ◦ green 74 ◦ blue 175

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

Shades of Brilliant Rose #E04AAF

Tints of Brilliant Rose #E04AAF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.64%

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

R = 47.36%
G = 15.64%
B = 37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E04AAF (or 0xE04AAF) is known color: Brilliant Rose. HEX triplet: E0, 4A and AF. RGB value is (224,74,175). Sum of RGB (Red+Green+Blue) = 224+74+175=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E04AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04AAF is #1FB550. Grayscale: #828282. Windows color (decimal): -2078033 or 11487968. OLE color: 11487968.

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

Color convert

RGB 224 74 175 -
CMYK 0 0.67 0.22 0.12
HSL 319.6º 0.71% 0.58% -
HSV(B) 319.6º 0.67% 0.88% -
XYZ 40.93 23.84 43 -
YUV 130.36 153.2 194.79 -
System Red Green Blue C M Y K H S L
Decimal 224 74 175 0 0.67 0.22 0.12 319.6 0.71 0.58
Hex E0 4A AF 0 43 16 C 140 47 3A
Octal 340 112 257 0 103 26 14 500 107 72
Binary 11100000 1001010 10101111 0 1000011 10110 1100 101000000 1000111 111010

Color Harmonies of #E04AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04AAF

Black with #E04AAF

Text Example


Text Example

White with #E04AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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