Html Css Color HEX #E6489B French Rose

📋 copy color: '#E6489B'

red 230 ◦ green 72 ◦ blue 155

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

Shades of French Rose #E6489B

Tints of French Rose #E6489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.75%

 BLUE value IS 155 (60.94% from 255) = 33.92%

R = 50.33%
G = 15.75%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6489B (or 0xE6489B) is known color: French Rose. HEX triplet: E6, 48 and 9B. RGB value is (230,72,155). Sum of RGB (Red+Green+Blue) = 230+72+155=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E6489B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6489B is #19B764. Grayscale: #808080. Windows color (decimal): -1685349 or 10176742. OLE color: 10176742.

HSL color Cylindrical-coordinate representation of color #E6489B: hue angle of 328.48º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6489B is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 72 155 -
CMYK 0 0.69 0.33 0.10
HSL 328.48º 0.76% 0.59% -
HSV(B) 328.48º 0.69% 0.9% -
XYZ 40.87 23.82 33.45 -
YUV 128.7 142.85 200.25 -
System Red Green Blue C M Y K H S L
Decimal 230 72 155 0 0.69 0.33 0.10 328.48 0.76 0.59
Hex E6 48 9B 0 45 21 A 148 4C 3B
Octal 346 110 233 0 105 41 12 510 114 73
Binary 11100110 1001000 10011011 0 1000101 100001 1010 101001000 1001100 111011

Color Harmonies of #E6489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6489B

Black with #E6489B

Text Example


Text Example

White with #E6489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6489B; }

 p { color: rgb(230,72,155); }

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

background-color css

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

 a { background-color: rgb(230,72,155); }

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

border-color css

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

 span { border-color: rgb(230,72,155); }

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