Html Css Color HEX #E04BA6 Brilliant Rose

📋 copy color: '#E04BA6'

red 224 ◦ green 75 ◦ blue 166

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

Shades of Brilliant Rose #E04BA6

Tints of Brilliant Rose #E04BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.7%

R = 48.17%
G = 16.13%
B = 35.7%

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

#E04BA6 (or 0xE04BA6) is known color: Brilliant Rose. HEX triplet: E0, 4B and A6. RGB value is (224,75,166). Sum of RGB (Red+Green+Blue) = 224+75+166=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E04BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04BA6 is #1FB459. Grayscale: #818181. Windows color (decimal): -2077786 or 10898400. OLE color: 10898400.

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

Color convert

RGB 224 75 166 -
CMYK 0 0.67 0.26 0.12
HSL 323.36º 0.71% 0.59% -
HSV(B) 323.36º 0.67% 0.88% -
XYZ 40.14 23.63 38.52 -
YUV 129.93 148.36 195.1 -
System Red Green Blue C M Y K H S L
Decimal 224 75 166 0 0.67 0.26 0.12 323.36 0.71 0.59
Hex E0 4B A6 0 43 1A C 143 47 3B
Octal 340 113 246 0 103 32 14 503 107 73
Binary 11100000 1001011 10100110 0 1000011 11010 1100 101000011 1000111 111011

Color Harmonies of #E04BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04BA6

Black with #E04BA6

Text Example


Text Example

White with #E04BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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