Html Css Color HEX #E146AC Brilliant Rose

📋 copy color: '#E146AC'

red 225 ◦ green 70 ◦ blue 172

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

Shades of Brilliant Rose #E146AC

Tints of Brilliant Rose #E146AC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.99%

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

R = 48.18%
G = 14.99%
B = 36.83%

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

#E146AC (or 0xE146AC) is known color: Brilliant Rose. HEX triplet: E1, 46 and AC. RGB value is (225,70,172). Sum of RGB (Red+Green+Blue) = 225+70+172=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 70 (27.73% from 255 or 14.99% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E146AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E146AC is #1EB953. Grayscale: #7F7F7F. Windows color (decimal): -2013524 or 11290337. OLE color: 11290337.

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

Color convert

RGB 225 70 172 -
CMYK 0 0.69 0.24 0.12
HSL 320.52º 0.72% 0.58% -
HSV(B) 320.52º 0.69% 0.88% -
XYZ 40.69 23.37 41.4 -
YUV 127.97 152.85 197.21 -
System Red Green Blue C M Y K H S L
Decimal 225 70 172 0 0.69 0.24 0.12 320.52 0.72 0.58
Hex E1 46 AC 0 45 18 C 141 48 3A
Octal 341 106 254 0 105 30 14 501 110 72
Binary 11100001 1000110 10101100 0 1000101 11000 1100 101000001 1001000 111010

Color Harmonies of #E146AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E146AC

Black with #E146AC

Text Example


Text Example

White with #E146AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E146AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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