Html Css Color HEX #E6489A French Rose

📋 copy color: '#E6489A'

red 230 ◦ green 72 ◦ blue 154

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

Shades of French Rose #E6489A

Tints of French Rose #E6489A

RGB

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

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

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

R = 50.44%
G = 15.79%
B = 33.77%

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

#E6489A (or 0xE6489A) is known color: French Rose. HEX triplet: E6, 48 and 9A. RGB value is (230,72,154). Sum of RGB (Red+Green+Blue) = 230+72+154=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E6489A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6489A is #19B765. Grayscale: #808080. Windows color (decimal): -1685350 or 10111206. OLE color: 10111206.

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

Color convert

RGB 230 72 154 -
CMYK 0 0.69 0.33 0.10
HSL 328.86º 0.76% 0.59% -
HSV(B) 328.86º 0.69% 0.9% -
XYZ 40.78 23.79 33.01 -
YUV 128.59 142.35 200.33 -
System Red Green Blue C M Y K H S L
Decimal 230 72 154 0 0.69 0.33 0.10 328.86 0.76 0.59
Hex E6 48 9A 0 45 21 A 149 4C 3B
Octal 346 110 232 0 105 41 12 511 114 73
Binary 11100110 1001000 10011010 0 1000101 100001 1010 101001001 1001100 111011

Color Harmonies of #E6489A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6489A

Black with #E6489A

Text Example


Text Example

White with #E6489A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6489A; }

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

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

background-color css

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

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

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

border-color css

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

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

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