Html Css Color HEX #E545A2 Brilliant Rose

📋 copy color: '#E545A2'

red 229 ◦ green 69 ◦ blue 162

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

Shades of Brilliant Rose #E545A2

Tints of Brilliant Rose #E545A2

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15%

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

R = 49.78%
G = 15%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E545A2 (or 0xE545A2) is known color: Brilliant Rose. HEX triplet: E5, 45 and A2. RGB value is (229,69,162). Sum of RGB (Red+Green+Blue) = 229+69+162=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E545A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E545A2 is #1ABA5D. Grayscale: #7F7F7F. Windows color (decimal): -1751646 or 10634725. OLE color: 10634725.

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

Color convert

RGB 229 69 162 -
CMYK 0 0.70 0.29 0.10
HSL 325.13º 0.75% 0.58% -
HSV(B) 325.13º 0.7% 0.9% -
XYZ 40.96 23.52 36.56 -
YUV 127.44 147.51 200.44 -
System Red Green Blue C M Y K H S L
Decimal 229 69 162 0 0.70 0.29 0.10 325.13 0.75 0.58
Hex E5 45 A2 0 46 1D A 145 4B 3A
Octal 345 105 242 0 106 35 12 505 113 72
Binary 11100101 1000101 10100010 0 1000110 11101 1010 101000101 1001011 111010

Color Harmonies of #E545A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E545A2

Black with #E545A2

Text Example


Text Example

White with #E545A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E545A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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