Html Css Color HEX #E04BAC Brilliant Rose

📋 copy color: '#E04BAC'

red 224 ◦ green 75 ◦ blue 172

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

Shades of Brilliant Rose #E04BAC

Tints of Brilliant Rose #E04BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.52%

R = 47.56%
G = 15.92%
B = 36.52%

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

#E04BAC (or 0xE04BAC) is known color: Brilliant Rose. HEX triplet: E0, 4B and AC. RGB value is (224,75,172). Sum of RGB (Red+Green+Blue) = 224+75+172=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E04BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04BAC is #1FB453. Grayscale: #828282. Windows color (decimal): -2077780 or 11291616. OLE color: 11291616.

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

Color convert

RGB 224 75 172 -
CMYK 0 0.67 0.23 0.12
HSL 320.94º 0.71% 0.59% -
HSV(B) 320.94º 0.67% 0.88% -
XYZ 40.7 23.86 41.49 -
YUV 130.61 151.36 194.61 -
System Red Green Blue C M Y K H S L
Decimal 224 75 172 0 0.67 0.23 0.12 320.94 0.71 0.59
Hex E0 4B AC 0 43 17 C 141 47 3B
Octal 340 113 254 0 103 27 14 501 107 73
Binary 11100000 1001011 10101100 0 1000011 10111 1100 101000001 1000111 111011

Color Harmonies of #E04BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04BAC

Black with #E04BAC

Text Example


Text Example

White with #E04BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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