Html Css Color HEX #E6549F Brilliant Rose

📋 copy color: '#E6549F'

red 230 ◦ green 84 ◦ blue 159

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

Shades of Brilliant Rose #E6549F

Tints of Brilliant Rose #E6549F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.62%

R = 48.63%
G = 17.76%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E6549F (or 0xE6549F) is known color: Brilliant Rose. HEX triplet: E6, 54 and 9F. RGB value is (230,84,159). Sum of RGB (Red+Green+Blue) = 230+84+159=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E6549F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6549F is #19AB60. Grayscale: #888888. Windows color (decimal): -1682273 or 10441958. OLE color: 10441958.

HSL color Cylindrical-coordinate representation of color #E6549F: hue angle of 329.18º 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 #E6549F is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 84 159 -
CMYK 0 0.63 0.31 0.10
HSL 329.18º 0.74% 0.62% -
HSV(B) 329.18º 0.63% 0.9% -
XYZ 42.06 25.67 35.54 -
YUV 136.2 140.87 194.9 -
System Red Green Blue C M Y K H S L
Decimal 230 84 159 0 0.63 0.31 0.10 329.18 0.74 0.62
Hex E6 54 9F 0 3F 1F A 149 4A 3E
Octal 346 124 237 0 77 37 12 511 112 76
Binary 11100110 1010100 10011111 0 111111 11111 1010 101001001 1001010 111110

Color Harmonies of #E6549F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6549F

Black with #E6549F

Text Example


Text Example

White with #E6549F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6549F; }

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

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

background-color css

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

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

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

border-color css

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

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

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