Html Css Color HEX #E056AA Brilliant Rose

📋 copy color: '#E056AA'

red 224 ◦ green 86 ◦ blue 170

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

Shades of Brilliant Rose #E056AA

Tints of Brilliant Rose #E056AA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.92%

 BLUE value IS 170 (66.8% from 255) = 35.42%

R = 46.67%
G = 17.92%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E056AA (or 0xE056AA) is known color: Brilliant Rose. HEX triplet: E0, 56 and AA. RGB value is (224,86,170). Sum of RGB (Red+Green+Blue) = 224+86+170=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E056AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E056AA is #1FA955. Grayscale: #888888. Windows color (decimal): -2074966 or 11163360. OLE color: 11163360.

HSL color Cylindrical-coordinate representation of color #E056AA: hue angle of 323.48º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E056AA is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 86 170 -
CMYK 0 0.62 0.24 0.12
HSL 323.48º 0.69% 0.61% -
HSV(B) 323.48º 0.62% 0.88% -
XYZ 41.32 25.41 40.76 -
YUV 136.84 146.72 190.17 -
System Red Green Blue C M Y K H S L
Decimal 224 86 170 0 0.62 0.24 0.12 323.48 0.69 0.61
Hex E0 56 AA 0 3E 18 C 143 45 3D
Octal 340 126 252 0 76 30 14 503 105 75
Binary 11100000 1010110 10101010 0 111110 11000 1100 101000011 1000101 111101

Color Harmonies of #E056AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E056AA

Black with #E056AA

Text Example


Text Example

White with #E056AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E056AA; }

 p { color: rgb(224,86,170); }

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

background-color css

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

 a { background-color: rgb(224,86,170); }

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

border-color css

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

 span { border-color: rgb(224,86,170); }

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