Html Css Color HEX #E6488D French Rose

📋 copy color: '#E6488D'

red 230 ◦ green 72 ◦ blue 141

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

Shades of French Rose #E6488D

Tints of French Rose #E6488D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.83%

R = 51.92%
G = 16.25%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6488D (or 0xE6488D) is known color: French Rose. HEX triplet: E6, 48 and 8D. RGB value is (230,72,141). Sum of RGB (Red+Green+Blue) = 230+72+141=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E6488D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6488D is #19B772. Grayscale: #7E7E7E. Windows color (decimal): -1685363 or 9259238. OLE color: 9259238.

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

Color convert

RGB 230 72 141 -
CMYK 0 0.69 0.39 0.10
HSL 333.8º 0.76% 0.59% -
HSV(B) 333.8º 0.69% 0.9% -
XYZ 39.76 23.38 27.62 -
YUV 127.11 135.85 201.39 -
System Red Green Blue C M Y K H S L
Decimal 230 72 141 0 0.69 0.39 0.10 333.8 0.76 0.59
Hex E6 48 8D 0 45 27 A 14E 4C 3B
Octal 346 110 215 0 105 47 12 516 114 73
Binary 11100110 1001000 10001101 0 1000101 100111 1010 101001110 1001100 111011

Color Harmonies of #E6488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6488D

Black with #E6488D

Text Example


Text Example

White with #E6488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6488D; }

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

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

background-color css

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

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

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

border-color css

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

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

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