Html Css Color HEX #E04BAD Brilliant Rose

📋 copy color: '#E04BAD'

red 224 ◦ green 75 ◦ blue 173

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

Shades of Brilliant Rose #E04BAD

Tints of Brilliant Rose #E04BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.65%

R = 47.46%
G = 15.89%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E04BAD (or 0xE04BAD) is known color: Brilliant Rose. HEX triplet: E0, 4B and AD. RGB value is (224,75,173). Sum of RGB (Red+Green+Blue) = 224+75+173=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E04BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04BAD is #1FB452. Grayscale: #828282. Windows color (decimal): -2077779 or 11357152. OLE color: 11357152.

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

Color convert

RGB 224 75 173 -
CMYK 0 0.67 0.23 0.12
HSL 320.54º 0.71% 0.59% -
HSV(B) 320.54º 0.67% 0.88% -
XYZ 40.8 23.9 42 -
YUV 130.72 151.86 194.53 -
System Red Green Blue C M Y K H S L
Decimal 224 75 173 0 0.67 0.23 0.12 320.54 0.71 0.59
Hex E0 4B AD 0 43 17 C 141 47 3B
Octal 340 113 255 0 103 27 14 501 107 73
Binary 11100000 1001011 10101101 0 1000011 10111 1100 101000001 1000111 111011

Color Harmonies of #E04BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04BAD

Black with #E04BAD

Text Example


Text Example

White with #E04BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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