Html Css Color HEX #EC478A French Rose

📋 copy color: '#EC478A'

red 236 ◦ green 71 ◦ blue 138

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

Shades of French Rose #EC478A

Tints of French Rose #EC478A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.01%

R = 53.03%
G = 15.96%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC478A (or 0xEC478A) is known color: French Rose. HEX triplet: EC, 47 and 8A. RGB value is (236,71,138). Sum of RGB (Red+Green+Blue) = 236+71+138=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC478A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC478A is #13B875. Grayscale: #7F7F7F. Windows color (decimal): -1292406 or 9062380. OLE color: 9062380.

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

Color convert

RGB 236 71 138 -
CMYK 0 0.70 0.42 0.07
HSL 335.64º 0.81% 0.6% -
HSV(B) 335.64º 0.7% 0.93% -
XYZ 41.43 24.17 26.53 -
YUV 127.97 133.66 205.05 -
System Red Green Blue C M Y K H S L
Decimal 236 71 138 0 0.70 0.42 0.07 335.64 0.81 0.6
Hex EC 47 8A 0 46 2A 7 150 51 3C
Octal 354 107 212 0 106 52 7 520 121 74
Binary 11101100 1000111 10001010 0 1000110 101010 111 101010000 1010001 111100

Color Harmonies of #EC478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC478A

Black with #EC478A

Text Example


Text Example

White with #EC478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC478A; }

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

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

background-color css

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

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

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

border-color css

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

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

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