Html Css Color HEX #E04BA5 Brilliant Rose

📋 copy color: '#E04BA5'

red 224 ◦ green 75 ◦ blue 165

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

Shades of Brilliant Rose #E04BA5

Tints of Brilliant Rose #E04BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.56%

R = 48.28%
G = 16.16%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E04BA5 (or 0xE04BA5) is known color: Brilliant Rose. HEX triplet: E0, 4B and A5. RGB value is (224,75,165). Sum of RGB (Red+Green+Blue) = 224+75+165=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 75 (29.69% from 255 or 16.16% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E04BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04BA5 is #1FB45A. Grayscale: #818181. Windows color (decimal): -2077787 or 10832864. OLE color: 10832864.

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

Color convert

RGB 224 75 165 -
CMYK 0 0.67 0.26 0.12
HSL 323.76º 0.71% 0.59% -
HSV(B) 323.76º 0.67% 0.88% -
XYZ 40.05 23.6 38.04 -
YUV 129.81 147.86 195.18 -
System Red Green Blue C M Y K H S L
Decimal 224 75 165 0 0.67 0.26 0.12 323.76 0.71 0.59
Hex E0 4B A5 0 43 1A C 144 47 3B
Octal 340 113 245 0 103 32 14 504 107 73
Binary 11100000 1001011 10100101 0 1000011 11010 1100 101000100 1000111 111011

Color Harmonies of #E04BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04BA5

Black with #E04BA5

Text Example


Text Example

White with #E04BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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