Html Css Color HEX #EC5892 French Rose

📋 copy color: '#EC5892'

red 236 ◦ green 88 ◦ blue 146

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

Shades of French Rose #EC5892

Tints of French Rose #EC5892

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.72%

 BLUE value IS 146 (57.42% from 255) = 31.06%

R = 50.21%
G = 18.72%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC5892 (or 0xEC5892) is known color: French Rose. HEX triplet: EC, 58 and 92. RGB value is (236,88,146). Sum of RGB (Red+Green+Blue) = 236+88+146=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5892 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5892 is #13A76D. Grayscale: #8A8A8A. Windows color (decimal): -1288046 or 9591020. OLE color: 9591020.

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

Color convert

RGB 236 88 146 -
CMYK 0 0.63 0.38 0.07
HSL 336.49º 0.8% 0.64% -
HSV(B) 336.49º 0.63% 0.93% -
XYZ 43.27 26.89 30.1 -
YUV 138.86 132.03 197.28 -
System Red Green Blue C M Y K H S L
Decimal 236 88 146 0 0.63 0.38 0.07 336.49 0.8 0.64
Hex EC 58 92 0 3F 26 7 150 50 40
Octal 354 130 222 0 77 46 7 520 120 100
Binary 11101100 1011000 10010010 0 111111 100110 111 101010000 1010000 1000000

Color Harmonies of #EC5892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5892

Black with #EC5892

Text Example


Text Example

White with #EC5892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5892; }

 p { color: rgb(236,88,146); }

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

background-color css

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

 a { background-color: rgb(236,88,146); }

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

border-color css

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

 span { border-color: rgb(236,88,146); }

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