Html Css Color HEX #E6489D French Rose

📋 copy color: '#E6489D'

red 230 ◦ green 72 ◦ blue 157

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

Shades of French Rose #E6489D

Tints of French Rose #E6489D

RGB

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

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

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

R = 50.11%
G = 15.69%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6489D (or 0xE6489D) is known color: French Rose. HEX triplet: E6, 48 and 9D. RGB value is (230,72,157). Sum of RGB (Red+Green+Blue) = 230+72+157=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E6489D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6489D is #19B762. Grayscale: #808080. Windows color (decimal): -1685347 or 10307814. OLE color: 10307814.

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

Color convert

RGB 230 72 157 -
CMYK 0 0.69 0.32 0.10
HSL 327.72º 0.76% 0.59% -
HSV(B) 327.72º 0.69% 0.9% -
XYZ 41.04 23.89 34.35 -
YUV 128.93 143.85 200.09 -
System Red Green Blue C M Y K H S L
Decimal 230 72 157 0 0.69 0.32 0.10 327.72 0.76 0.59
Hex E6 48 9D 0 45 20 A 148 4C 3B
Octal 346 110 235 0 105 40 12 510 114 73
Binary 11100110 1001000 10011101 0 1000101 100000 1010 101001000 1001100 111011

Color Harmonies of #E6489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6489D

Black with #E6489D

Text Example


Text Example

White with #E6489D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6489D; }

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

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

background-color css

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

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

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

border-color css

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

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

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