Html Css Color HEX #E1549D Brilliant Rose

📋 copy color: '#E1549D'

red 225 ◦ green 84 ◦ blue 157

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

Shades of Brilliant Rose #E1549D

Tints of Brilliant Rose #E1549D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.03%

 BLUE value IS 157 (61.72% from 255) = 33.69%

R = 48.28%
G = 18.03%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E1549D (or 0xE1549D) is known color: Brilliant Rose. HEX triplet: E1, 54 and 9D. RGB value is (225,84,157). Sum of RGB (Red+Green+Blue) = 225+84+157=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E1549D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1549D is #1EAB62. Grayscale: #868686. Windows color (decimal): -2009955 or 10310881. OLE color: 10310881.

HSL color Cylindrical-coordinate representation of color #E1549D: hue angle of 328.94º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E1549D is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 84 157 -
CMYK 0 0.63 0.30 0.12
HSL 328.94º 0.7% 0.61% -
HSV(B) 328.94º 0.63% 0.88% -
XYZ 40.31 24.78 34.56 -
YUV 134.48 140.71 192.56 -
System Red Green Blue C M Y K H S L
Decimal 225 84 157 0 0.63 0.30 0.12 328.94 0.7 0.61
Hex E1 54 9D 0 3F 1E C 149 46 3D
Octal 341 124 235 0 77 36 14 511 106 75
Binary 11100001 1010100 10011101 0 111111 11110 1100 101001001 1000110 111101

Color Harmonies of #E1549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1549D

Black with #E1549D

Text Example


Text Example

White with #E1549D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1549D; }

 p { color: rgb(225,84,157); }

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

background-color css

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

 a { background-color: rgb(225,84,157); }

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

border-color css

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

 span { border-color: rgb(225,84,157); }

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