Html Css Color HEX #E6549A French Rose

📋 copy color: '#E6549A'

red 230 ◦ green 84 ◦ blue 154

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

Shades of French Rose #E6549A

Tints of French Rose #E6549A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.91%

R = 49.15%
G = 17.95%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6549A (or 0xE6549A) is known color: French Rose. HEX triplet: E6, 54 and 9A. RGB value is (230,84,154). Sum of RGB (Red+Green+Blue) = 230+84+154=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E6549A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6549A is #19AB65. Grayscale: #878787. Windows color (decimal): -1682278 or 10114278. OLE color: 10114278.

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

Color convert

RGB 230 84 154 -
CMYK 0 0.63 0.33 0.10
HSL 331.23º 0.74% 0.62% -
HSV(B) 331.23º 0.63% 0.9% -
XYZ 41.64 25.5 33.3 -
YUV 135.63 138.37 195.31 -
System Red Green Blue C M Y K H S L
Decimal 230 84 154 0 0.63 0.33 0.10 331.23 0.74 0.62
Hex E6 54 9A 0 3F 21 A 14B 4A 3E
Octal 346 124 232 0 77 41 12 513 112 76
Binary 11100110 1010100 10011010 0 111111 100001 1010 101001011 1001010 111110

Color Harmonies of #E6549A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6549A

Black with #E6549A

Text Example


Text Example

White with #E6549A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6549A; }

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

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

background-color css

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

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

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

border-color css

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

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

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