Html Css Color HEX #E142AB Brilliant Rose

📋 copy color: '#E142AB'

red 225 ◦ green 66 ◦ blue 171

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

Shades of Brilliant Rose #E142AB

Tints of Brilliant Rose #E142AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.01%

R = 48.7%
G = 14.29%
B = 37.01%

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

#E142AB (or 0xE142AB) is known color: Brilliant Rose. HEX triplet: E1, 42 and AB. RGB value is (225,66,171). Sum of RGB (Red+Green+Blue) = 225+66+171=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E142AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E142AB is #1EBD54. Grayscale: #7D7D7D. Windows color (decimal): -2014549 or 11223777. OLE color: 11223777.

HSL color Cylindrical-coordinate representation of color #E142AB: hue angle of 320.38º 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 #E142AB is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 66 171 -
CMYK 0 0.71 0.24 0.12
HSL 320.38º 0.73% 0.57% -
HSV(B) 320.38º 0.71% 0.88% -
XYZ 40.35 22.84 40.81 -
YUV 125.51 153.68 198.96 -
System Red Green Blue C M Y K H S L
Decimal 225 66 171 0 0.71 0.24 0.12 320.38 0.73 0.57
Hex E1 42 AB 0 47 18 C 140 49 39
Octal 341 102 253 0 107 30 14 500 111 71
Binary 11100001 1000010 10101011 0 1000111 11000 1100 101000000 1001001 111001

Color Harmonies of #E142AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E142AB

Black with #E142AB

Text Example


Text Example

White with #E142AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E142AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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