Html Css Color HEX #E143AA Brilliant Rose

📋 copy color: '#E143AA'

red 225 ◦ green 67 ◦ blue 170

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

Shades of Brilliant Rose #E143AA

Tints of Brilliant Rose #E143AA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.5%

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

R = 48.7%
G = 14.5%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E143AA (or 0xE143AA) is known color: Brilliant Rose. HEX triplet: E1, 43 and AA. RGB value is (225,67,170). Sum of RGB (Red+Green+Blue) = 225+67+170=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E143AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E143AA is #1EBC55. Grayscale: #7D7D7D. Windows color (decimal): -2014294 or 11158497. OLE color: 11158497.

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

Color convert

RGB 225 67 170 -
CMYK 0 0.70 0.24 0.12
HSL 320.89º 0.72% 0.57% -
HSV(B) 320.89º 0.7% 0.88% -
XYZ 40.31 22.92 40.33 -
YUV 125.98 152.85 198.62 -
System Red Green Blue C M Y K H S L
Decimal 225 67 170 0 0.70 0.24 0.12 320.89 0.72 0.57
Hex E1 43 AA 0 46 18 C 141 48 39
Octal 341 103 252 0 106 30 14 501 110 71
Binary 11100001 1000011 10101010 0 1000110 11000 1100 101000001 1001000 111001

Color Harmonies of #E143AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E143AA

Black with #E143AA

Text Example


Text Example

White with #E143AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E143AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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