Html Css Color HEX #E144AC Brilliant Rose

📋 copy color: '#E144AC'

red 225 ◦ green 68 ◦ blue 172

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

Shades of Brilliant Rose #E144AC

Tints of Brilliant Rose #E144AC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.62%

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

R = 48.39%
G = 14.62%
B = 36.99%

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

#E144AC (or 0xE144AC) is known color: Brilliant Rose. HEX triplet: E1, 44 and AC. RGB value is (225,68,172). Sum of RGB (Red+Green+Blue) = 225+68+172=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E144AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E144AC is #1EBB53. Grayscale: #7E7E7E. Windows color (decimal): -2014036 or 11289825. OLE color: 11289825.

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

Color convert

RGB 225 68 172 -
CMYK 0 0.70 0.24 0.12
HSL 320.25º 0.72% 0.57% -
HSV(B) 320.25º 0.7% 0.88% -
XYZ 40.56 23.12 41.35 -
YUV 126.8 153.51 198.04 -
System Red Green Blue C M Y K H S L
Decimal 225 68 172 0 0.70 0.24 0.12 320.25 0.72 0.57
Hex E1 44 AC 0 46 18 C 140 48 39
Octal 341 104 254 0 106 30 14 500 110 71
Binary 11100001 1000100 10101100 0 1000110 11000 1100 101000000 1001000 111001

Color Harmonies of #E144AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E144AC

Black with #E144AC

Text Example


Text Example

White with #E144AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E144AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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