Html Css Color HEX #E6549D Brilliant Rose

📋 copy color: '#E6549D'

red 230 ◦ green 84 ◦ blue 157

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

Shades of Brilliant Rose #E6549D

Tints of Brilliant Rose #E6549D

RGB

 RED value IS 230 (90.23% from 255) = 48.83%

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

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

R = 48.83%
G = 17.83%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6549D (or 0xE6549D) is known color: Brilliant Rose. HEX triplet: E6, 54 and 9D. RGB value is (230,84,157). Sum of RGB (Red+Green+Blue) = 230+84+157=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E6549D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6549D is #19AB62. Grayscale: #878787. Windows color (decimal): -1682275 or 10310886. OLE color: 10310886.

HSL color Cylindrical-coordinate representation of color #E6549D: hue angle of 330º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6549D is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 84 157 -
CMYK 0 0.63 0.32 0.10
HSL 330º 0.74% 0.62% -
HSV(B) 330º 0.63% 0.9% -
XYZ 41.89 25.6 34.63 -
YUV 135.98 139.87 195.06 -
System Red Green Blue C M Y K H S L
Decimal 230 84 157 0 0.63 0.32 0.10 330 0.74 0.62
Hex E6 54 9D 0 3F 20 A 14A 4A 3E
Octal 346 124 235 0 77 40 12 512 112 76
Binary 11100110 1010100 10011101 0 111111 100000 1010 101001010 1001010 111110

Color Harmonies of #E6549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6549D

Black with #E6549D

Text Example


Text Example

White with #E6549D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6549D; }

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

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

background-color css

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

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

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

border-color css

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

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

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