Html Css Color HEX #E147A2 Brilliant Rose

📋 copy color: '#E147A2'

red 225 ◦ green 71 ◦ blue 162

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

Shades of Brilliant Rose #E147A2

Tints of Brilliant Rose #E147A2

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.5%

 BLUE value IS 162 (63.67% from 255) = 35.37%

R = 49.13%
G = 15.5%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E147A2 (or 0xE147A2) is known color: Brilliant Rose. HEX triplet: E1, 47 and A2. RGB value is (225,71,162). Sum of RGB (Red+Green+Blue) = 225+71+162=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 71 (28.12% from 255 or 15.50% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E147A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E147A2 is #1EB85D. Grayscale: #7F7F7F. Windows color (decimal): -2013278 or 10635233. OLE color: 10635233.

HSL color Cylindrical-coordinate representation of color #E147A2: hue angle of 324.55º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E147A2 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 71 162 -
CMYK 0 0.68 0.28 0.12
HSL 324.55º 0.72% 0.58% -
HSV(B) 324.55º 0.68% 0.88% -
XYZ 39.83 23.12 36.55 -
YUV 127.42 147.52 197.6 -
System Red Green Blue C M Y K H S L
Decimal 225 71 162 0 0.68 0.28 0.12 324.55 0.72 0.58
Hex E1 47 A2 0 44 1C C 145 48 3A
Octal 341 107 242 0 104 34 14 505 110 72
Binary 11100001 1000111 10100010 0 1000100 11100 1100 101000101 1001000 111010

Color Harmonies of #E147A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E147A2

Black with #E147A2

Text Example


Text Example

White with #E147A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E147A2; }

 p { color: rgb(225,71,162); }

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

background-color css

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

 a { background-color: rgb(225,71,162); }

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

border-color css

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

 span { border-color: rgb(225,71,162); }

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