Html Css Color HEX #EC478D French Rose

📋 copy color: '#EC478D'

red 236 ◦ green 71 ◦ blue 141

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

Shades of French Rose #EC478D

Tints of French Rose #EC478D

RGB

 RED value IS 236 (92.58% from 255) = 52.68%

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

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

R = 52.68%
G = 15.85%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC478D (or 0xEC478D) is known color: French Rose. HEX triplet: EC, 47 and 8D. RGB value is (236,71,141). Sum of RGB (Red+Green+Blue) = 236+71+141=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC478D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC478D is #13B872. Grayscale: #808080. Windows color (decimal): -1292403 or 9258988. OLE color: 9258988.

HSL color Cylindrical-coordinate representation of color #EC478D: hue angle of 334.55º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC478D is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 71 141 -
CMYK 0 0.70 0.40 0.07
HSL 334.55º 0.81% 0.6% -
HSV(B) 334.55º 0.7% 0.93% -
XYZ 41.65 24.26 27.69 -
YUV 128.32 135.16 204.81 -
System Red Green Blue C M Y K H S L
Decimal 236 71 141 0 0.70 0.40 0.07 334.55 0.81 0.6
Hex EC 47 8D 0 46 28 7 14F 51 3C
Octal 354 107 215 0 106 50 7 517 121 74
Binary 11101100 1000111 10001101 0 1000110 101000 111 101001111 1010001 111100

Color Harmonies of #EC478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC478D

Black with #EC478D

Text Example


Text Example

White with #EC478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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