Html Css Color HEX #EC478E French Rose

📋 copy color: '#EC478E'

red 236 ◦ green 71 ◦ blue 142

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

Shades of French Rose #EC478E

Tints of French Rose #EC478E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.63%

R = 52.56%
G = 15.81%
B = 31.63%

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

#EC478E (or 0xEC478E) is known color: French Rose. HEX triplet: EC, 47 and 8E. RGB value is (236,71,142). Sum of RGB (Red+Green+Blue) = 236+71+142=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC478E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC478E is #13B871. Grayscale: #808080. Windows color (decimal): -1292402 or 9324524. OLE color: 9324524.

HSL color Cylindrical-coordinate representation of color #EC478E: hue angle of 334.18º 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 #EC478E is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 71 142 -
CMYK 0 0.70 0.40 0.07
HSL 334.18º 0.81% 0.6% -
HSV(B) 334.18º 0.7% 0.93% -
XYZ 41.73 24.29 28.08 -
YUV 128.43 135.66 204.73 -
System Red Green Blue C M Y K H S L
Decimal 236 71 142 0 0.70 0.40 0.07 334.18 0.81 0.6
Hex EC 47 8E 0 46 28 7 14E 51 3C
Octal 354 107 216 0 106 50 7 516 121 74
Binary 11101100 1000111 10001110 0 1000110 101000 111 101001110 1010001 111100

Color Harmonies of #EC478E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC478E

Black with #EC478E

Text Example


Text Example

White with #EC478E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC478E; }

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

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

background-color css

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

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

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

border-color css

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

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

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