Html Css Color HEX #E145AA Brilliant Rose

📋 copy color: '#E145AA'

red 225 ◦ green 69 ◦ blue 170

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

Shades of Brilliant Rose #E145AA

Tints of Brilliant Rose #E145AA

RGB

 RED value IS 225 (88.28% from 255) = 48.49%

 GREEN value IS 69 (27.34% from 255) = 14.87%

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

R = 48.49%
G = 14.87%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E145AA (or 0xE145AA) is known color: Brilliant Rose. HEX triplet: E1, 45 and AA. RGB value is (225,69,170). Sum of RGB (Red+Green+Blue) = 225+69+170=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E145AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E145AA is #1EBA55. Grayscale: #7E7E7E. Windows color (decimal): -2013782 or 11159009. OLE color: 11159009.

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

Color convert

RGB 225 69 170 -
CMYK 0 0.69 0.24 0.12
HSL 321.15º 0.72% 0.58% -
HSV(B) 321.15º 0.69% 0.88% -
XYZ 40.44 23.17 40.37 -
YUV 127.16 152.18 197.79 -
System Red Green Blue C M Y K H S L
Decimal 225 69 170 0 0.69 0.24 0.12 321.15 0.72 0.58
Hex E1 45 AA 0 45 18 C 141 48 3A
Octal 341 105 252 0 105 30 14 501 110 72
Binary 11100001 1000101 10101010 0 1000101 11000 1100 101000001 1001000 111010

Color Harmonies of #E145AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E145AA

Black with #E145AA

Text Example


Text Example

White with #E145AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E145AA; }

 p { color: rgb(225,69,170); }

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

background-color css

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

 a { background-color: rgb(225,69,170); }

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

border-color css

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

 span { border-color: rgb(225,69,170); }

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