Html Css Color HEX #E142AC Brilliant Rose

📋 copy color: '#E142AC'

red 225 ◦ green 66 ◦ blue 172

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

Shades of Brilliant Rose #E142AC

Tints of Brilliant Rose #E142AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.15%

R = 48.6%
G = 14.25%
B = 37.15%

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

#E142AC (or 0xE142AC) is known color: Brilliant Rose. HEX triplet: E1, 42 and AC. RGB value is (225,66,172). Sum of RGB (Red+Green+Blue) = 225+66+172=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E142AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E142AC is #1EBD53. Grayscale: #7D7D7D. Windows color (decimal): -2014548 or 11289313. OLE color: 11289313.

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

Color convert

RGB 225 66 172 -
CMYK 0 0.71 0.24 0.12
HSL 320º 0.73% 0.57% -
HSV(B) 320º 0.71% 0.88% -
XYZ 40.45 22.88 41.31 -
YUV 125.63 154.18 198.88 -
System Red Green Blue C M Y K H S L
Decimal 225 66 172 0 0.71 0.24 0.12 320 0.73 0.57
Hex E1 42 AC 0 47 18 C 140 49 39
Octal 341 102 254 0 107 30 14 500 111 71
Binary 11100001 1000010 10101100 0 1000111 11000 1100 101000000 1001001 111001

Color Harmonies of #E142AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E142AC

Black with #E142AC

Text Example


Text Example

White with #E142AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E142AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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