Html Css Color HEX #E9478D French Rose

📋 copy color: '#E9478D'

red 233 ◦ green 71 ◦ blue 141

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

Shades of French Rose #E9478D

Tints of French Rose #E9478D

RGB

 RED value IS 233 (91.41% from 255) = 52.36%

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

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

R = 52.36%
G = 15.96%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E9478D (or 0xE9478D) is known color: French Rose. HEX triplet: E9, 47 and 8D. RGB value is (233,71,141). Sum of RGB (Red+Green+Blue) = 233+71+141=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E9478D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9478D is #16B872. Grayscale: #7F7F7F. Windows color (decimal): -1489011 or 9258985. OLE color: 9258985.

HSL color Cylindrical-coordinate representation of color #E9478D: hue angle of 334.07º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E9478D is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 71 141 -
CMYK 0 0.70 0.39 0.09
HSL 334.07º 0.79% 0.6% -
HSV(B) 334.07º 0.7% 0.91% -
XYZ 40.67 23.75 27.64 -
YUV 127.42 135.67 203.31 -
System Red Green Blue C M Y K H S L
Decimal 233 71 141 0 0.70 0.39 0.09 334.07 0.79 0.6
Hex E9 47 8D 0 46 27 9 14E 4F 3C
Octal 351 107 215 0 106 47 11 516 117 74
Binary 11101001 1000111 10001101 0 1000110 100111 1001 101001110 1001111 111100

Color Harmonies of #E9478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9478D

Black with #E9478D

Text Example


Text Example

White with #E9478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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