Html Css Color HEX #E05AAC Brilliant Rose

📋 copy color: '#E05AAC'

red 224 ◦ green 90 ◦ blue 172

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

Shades of Brilliant Rose #E05AAC

Tints of Brilliant Rose #E05AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.52%

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

R = 46.09%
G = 18.52%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E05AAC (or 0xE05AAC) is known color: Brilliant Rose. HEX triplet: E0, 5A and AC. RGB value is (224,90,172). Sum of RGB (Red+Green+Blue) = 224+90+172=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E05AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05AAC is #1FA553. Grayscale: #8B8B8B. Windows color (decimal): -2073940 or 11295456. OLE color: 11295456.

HSL color Cylindrical-coordinate representation of color #E05AAC: hue angle of 323.28º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E05AAC is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 90 172 -
CMYK 0 0.60 0.23 0.12
HSL 323.28º 0.68% 0.62% -
HSV(B) 323.28º 0.6% 0.88% -
XYZ 41.84 26.14 41.87 -
YUV 139.41 146.39 188.33 -
System Red Green Blue C M Y K H S L
Decimal 224 90 172 0 0.60 0.23 0.12 323.28 0.68 0.62
Hex E0 5A AC 0 3C 17 C 143 44 3E
Octal 340 132 254 0 74 27 14 503 104 76
Binary 11100000 1011010 10101100 0 111100 10111 1100 101000011 1000100 111110

Color Harmonies of #E05AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05AAC

Black with #E05AAC

Text Example


Text Example

White with #E05AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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