Html Css Color HEX #E547A2 Brilliant Rose

📋 copy color: '#E547A2'

red 229 ◦ green 71 ◦ blue 162

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

Shades of Brilliant Rose #E547A2

Tints of Brilliant Rose #E547A2

RGB

 RED value IS 229 (89.84% from 255) = 49.57%

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

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

R = 49.57%
G = 15.37%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E547A2 (or 0xE547A2) is known color: Brilliant Rose. HEX triplet: E5, 47 and A2. RGB value is (229,71,162). Sum of RGB (Red+Green+Blue) = 229+71+162=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E547A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E547A2 is #1AB85D. Grayscale: #808080. Windows color (decimal): -1751134 or 10635237. OLE color: 10635237.

HSL color Cylindrical-coordinate representation of color #E547A2: hue angle of 325.44º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E547A2 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 71 162 -
CMYK 0 0.69 0.29 0.10
HSL 325.44º 0.75% 0.59% -
HSV(B) 325.44º 0.69% 0.9% -
XYZ 41.09 23.77 36.61 -
YUV 128.62 146.85 199.6 -
System Red Green Blue C M Y K H S L
Decimal 229 71 162 0 0.69 0.29 0.10 325.44 0.75 0.59
Hex E5 47 A2 0 45 1D A 145 4B 3B
Octal 345 107 242 0 105 35 12 505 113 73
Binary 11100101 1000111 10100010 0 1000101 11101 1010 101000101 1001011 111011

Color Harmonies of #E547A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E547A2

Black with #E547A2

Text Example


Text Example

White with #E547A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E547A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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