Html Css Color HEX #E6478D French Rose

📋 copy color: '#E6478D'

red 230 ◦ green 71 ◦ blue 141

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

Shades of French Rose #E6478D

Tints of French Rose #E6478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.06%

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

R = 52.04%
G = 16.06%
B = 31.9%

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

#E6478D (or 0xE6478D) is known color: French Rose. HEX triplet: E6, 47 and 8D. RGB value is (230,71,141). Sum of RGB (Red+Green+Blue) = 230+71+141=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E6478D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6478D is #19B872. Grayscale: #7E7E7E. Windows color (decimal): -1685619 or 9258982. OLE color: 9258982.

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

Color convert

RGB 230 71 141 -
CMYK 0 0.69 0.39 0.10
HSL 333.58º 0.76% 0.59% -
HSV(B) 333.58º 0.69% 0.9% -
XYZ 39.69 23.25 27.6 -
YUV 126.52 136.18 201.81 -
System Red Green Blue C M Y K H S L
Decimal 230 71 141 0 0.69 0.39 0.10 333.58 0.76 0.59
Hex E6 47 8D 0 45 27 A 14E 4C 3B
Octal 346 107 215 0 105 47 12 516 114 73
Binary 11100110 1000111 10001101 0 1000101 100111 1010 101001110 1001100 111011

Color Harmonies of #E6478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6478D

Black with #E6478D

Text Example


Text Example

White with #E6478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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