Html Css Color HEX #EC5294 French Rose

📋 copy color: '#EC5294'

red 236 ◦ green 82 ◦ blue 148

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

Shades of French Rose #EC5294

Tints of French Rose #EC5294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.6%

 BLUE value IS 148 (58.2% from 255) = 31.76%

R = 50.64%
G = 17.6%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC5294 (or 0xEC5294) is known color: French Rose. HEX triplet: EC, 52 and 94. RGB value is (236,82,148). Sum of RGB (Red+Green+Blue) = 236+82+148=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5294 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5294 is #13AD6B. Grayscale: #878787. Windows color (decimal): -1289580 or 9720556. OLE color: 9720556.

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

Color convert

RGB 236 82 148 -
CMYK 0 0.65 0.37 0.07
HSL 334.29º 0.8% 0.62% -
HSV(B) 334.29º 0.65% 0.93% -
XYZ 42.95 26.01 30.77 -
YUV 135.57 135.02 199.63 -
System Red Green Blue C M Y K H S L
Decimal 236 82 148 0 0.65 0.37 0.07 334.29 0.8 0.62
Hex EC 52 94 0 41 25 7 14E 50 3E
Octal 354 122 224 0 101 45 7 516 120 76
Binary 11101100 1010010 10010100 0 1000001 100101 111 101001110 1010000 111110

Color Harmonies of #EC5294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5294

Black with #EC5294

Text Example


Text Example

White with #EC5294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5294; }

 p { color: rgb(236,82,148); }

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

background-color css

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

 a { background-color: rgb(236,82,148); }

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

border-color css

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

 span { border-color: rgb(236,82,148); }

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