Html Css Color HEX #EC5089 French Rose

📋 copy color: '#EC5089'

red 236 ◦ green 80 ◦ blue 137

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

Shades of French Rose #EC5089

Tints of French Rose #EC5089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.66%

 BLUE value IS 137 (53.91% from 255) = 30.24%

R = 52.1%
G = 17.66%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC5089 (or 0xEC5089) is known color: French Rose. HEX triplet: EC, 50 and 89. RGB value is (236,80,137). Sum of RGB (Red+Green+Blue) = 236+80+137=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5089 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5089 is #13AF76. Grayscale: #858585. Windows color (decimal): -1290103 or 8999148. OLE color: 8999148.

HSL color Cylindrical-coordinate representation of color #EC5089: hue angle of 338.08º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC5089 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 80 137 -
CMYK 0 0.66 0.42 0.07
HSL 338.08º 0.8% 0.62% -
HSV(B) 338.08º 0.66% 0.93% -
XYZ 41.98 25.38 26.35 -
YUV 133.14 130.18 201.37 -
System Red Green Blue C M Y K H S L
Decimal 236 80 137 0 0.66 0.42 0.07 338.08 0.8 0.62
Hex EC 50 89 0 42 2A 7 152 50 3E
Octal 354 120 211 0 102 52 7 522 120 76
Binary 11101100 1010000 10001001 0 1000010 101010 111 101010010 1010000 111110

Color Harmonies of #EC5089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5089

Black with #EC5089

Text Example


Text Example

White with #EC5089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5089; }

 p { color: rgb(236,80,137); }

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

background-color css

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

 a { background-color: rgb(236,80,137); }

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

border-color css

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

 span { border-color: rgb(236,80,137); }

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