Html Css Color HEX #EC478C French Rose

📋 copy color: '#EC478C'

red 236 ◦ green 71 ◦ blue 140

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

Shades of French Rose #EC478C

Tints of French Rose #EC478C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.32%

R = 52.8%
G = 15.88%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC478C (or 0xEC478C) is known color: French Rose. HEX triplet: EC, 47 and 8C. RGB value is (236,71,140). Sum of RGB (Red+Green+Blue) = 236+71+140=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC478C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC478C is #13B873. Grayscale: #808080. Windows color (decimal): -1292404 or 9193452. OLE color: 9193452.

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

Color convert

RGB 236 71 140 -
CMYK 0 0.70 0.41 0.07
HSL 334.91º 0.81% 0.6% -
HSV(B) 334.91º 0.7% 0.93% -
XYZ 41.58 24.23 27.3 -
YUV 128.2 134.66 204.89 -
System Red Green Blue C M Y K H S L
Decimal 236 71 140 0 0.70 0.41 0.07 334.91 0.81 0.6
Hex EC 47 8C 0 46 29 7 14F 51 3C
Octal 354 107 214 0 106 51 7 517 121 74
Binary 11101100 1000111 10001100 0 1000110 101001 111 101001111 1010001 111100

Color Harmonies of #EC478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC478C

Black with #EC478C

Text Example


Text Example

White with #EC478C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC478C; }

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

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

background-color css

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

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

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

border-color css

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

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

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