Html Css Color HEX #E04BAA Brilliant Rose

📋 copy color: '#E04BAA'

red 224 ◦ green 75 ◦ blue 170

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

Shades of Brilliant Rose #E04BAA

Tints of Brilliant Rose #E04BAA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.99%

 BLUE value IS 170 (66.8% from 255) = 36.25%

R = 47.76%
G = 15.99%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E04BAA (or 0xE04BAA) is known color: Brilliant Rose. HEX triplet: E0, 4B and AA. RGB value is (224,75,170). Sum of RGB (Red+Green+Blue) = 224+75+170=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E04BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04BAA is #1FB455. Grayscale: #828282. Windows color (decimal): -2077782 or 11160544. OLE color: 11160544.

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

Color convert

RGB 224 75 170 -
CMYK 0 0.67 0.24 0.12
HSL 321.75º 0.71% 0.59% -
HSV(B) 321.75º 0.67% 0.88% -
XYZ 40.51 23.78 40.49 -
YUV 130.38 150.36 194.78 -
System Red Green Blue C M Y K H S L
Decimal 224 75 170 0 0.67 0.24 0.12 321.75 0.71 0.59
Hex E0 4B AA 0 43 18 C 142 47 3B
Octal 340 113 252 0 103 30 14 502 107 73
Binary 11100000 1001011 10101010 0 1000011 11000 1100 101000010 1000111 111011

Color Harmonies of #E04BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04BAA

Black with #E04BAA

Text Example


Text Example

White with #E04BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04BAA; }

 p { color: rgb(224,75,170); }

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

background-color css

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

 a { background-color: rgb(224,75,170); }

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

border-color css

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

 span { border-color: rgb(224,75,170); }

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