Html Css Color HEX #E04AB0 Brilliant Rose

📋 copy color: '#E04AB0'

red 224 ◦ green 74 ◦ blue 176

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

Shades of Brilliant Rose #E04AB0

Tints of Brilliant Rose #E04AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.13%

R = 47.26%
G = 15.61%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E04AB0 (or 0xE04AB0) is known color: Brilliant Rose. HEX triplet: E0, 4A and B0. RGB value is (224,74,176). Sum of RGB (Red+Green+Blue) = 224+74+176=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E04AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04AB0 is #1FB54F. Grayscale: #828282. Windows color (decimal): -2078032 or 11553504. OLE color: 11553504.

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

Color convert

RGB 224 74 176 -
CMYK 0 0.67 0.21 0.12
HSL 319.2º 0.71% 0.58% -
HSV(B) 319.2º 0.67% 0.88% -
XYZ 41.03 23.88 43.52 -
YUV 130.48 153.7 194.71 -
System Red Green Blue C M Y K H S L
Decimal 224 74 176 0 0.67 0.21 0.12 319.2 0.71 0.58
Hex E0 4A B0 0 43 15 C 13F 47 3A
Octal 340 112 260 0 103 25 14 477 107 72
Binary 11100000 1001010 10110000 0 1000011 10101 1100 100111111 1000111 111010

Color Harmonies of #E04AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04AB0

Black with #E04AB0

Text Example


Text Example

White with #E04AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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