Html Css Color HEX #EC4B86 French Rose

📋 copy color: '#EC4B86'

red 236 ◦ green 75 ◦ blue 134

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

Shades of French Rose #EC4B86

Tints of French Rose #EC4B86

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.85%

 BLUE value IS 134 (52.73% from 255) = 30.11%

R = 53.03%
G = 16.85%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EC4B86 (or 0xEC4B86) is known color: French Rose. HEX triplet: EC, 4B and 86. RGB value is (236,75,134). Sum of RGB (Red+Green+Blue) = 236+75+134=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4B86 is #13B479. Grayscale: #818181. Windows color (decimal): -1291386 or 8801260. OLE color: 8801260.

HSL color Cylindrical-coordinate representation of color #EC4B86: hue angle of 338.01º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4B86 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 75 134 -
CMYK 0 0.68 0.43 0.07
HSL 338.01º 0.81% 0.61% -
HSV(B) 338.01º 0.68% 0.93% -
XYZ 41.41 24.59 25.12 -
YUV 129.87 130.34 203.7 -
System Red Green Blue C M Y K H S L
Decimal 236 75 134 0 0.68 0.43 0.07 338.01 0.81 0.61
Hex EC 4B 86 0 44 2B 7 152 51 3D
Octal 354 113 206 0 104 53 7 522 121 75
Binary 11101100 1001011 10000110 0 1000100 101011 111 101010010 1010001 111101

Color Harmonies of #EC4B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4B86

Black with #EC4B86

Text Example


Text Example

White with #EC4B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4B86; }

 p { color: rgb(236,75,134); }

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

background-color css

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

 a { background-color: rgb(236,75,134); }

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

border-color css

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

 span { border-color: rgb(236,75,134); }

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