Html Css Color HEX #E142AA Brilliant Rose

📋 copy color: '#E142AA'

red 225 ◦ green 66 ◦ blue 170

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

Shades of Brilliant Rose #E142AA

Tints of Brilliant Rose #E142AA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.32%

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

R = 48.81%
G = 14.32%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E142AA (or 0xE142AA) is known color: Brilliant Rose. HEX triplet: E1, 42 and AA. RGB value is (225,66,170). Sum of RGB (Red+Green+Blue) = 225+66+170=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E142AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E142AA is #1EBD55. Grayscale: #7D7D7D. Windows color (decimal): -2014550 or 11158241. OLE color: 11158241.

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

Color convert

RGB 225 66 170 -
CMYK 0 0.71 0.24 0.12
HSL 320.75º 0.73% 0.57% -
HSV(B) 320.75º 0.71% 0.88% -
XYZ 40.26 22.81 40.31 -
YUV 125.4 153.18 199.04 -
System Red Green Blue C M Y K H S L
Decimal 225 66 170 0 0.71 0.24 0.12 320.75 0.73 0.57
Hex E1 42 AA 0 47 18 C 141 49 39
Octal 341 102 252 0 107 30 14 501 111 71
Binary 11100001 1000010 10101010 0 1000111 11000 1100 101000001 1001001 111001

Color Harmonies of #E142AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E142AA

Black with #E142AA

Text Example


Text Example

White with #E142AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E142AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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