Html Css Color HEX #EC5295 French Rose

📋 copy color: '#EC5295'

red 236 ◦ green 82 ◦ blue 149

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

Shades of French Rose #EC5295

Tints of French Rose #EC5295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.91%

R = 50.54%
G = 17.56%
B = 31.91%

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

#EC5295 (or 0xEC5295) is known color: French Rose. HEX triplet: EC, 52 and 95. RGB value is (236,82,149). Sum of RGB (Red+Green+Blue) = 236+82+149=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5295 is #13AD6A. Grayscale: #878787. Windows color (decimal): -1289579 or 9786092. OLE color: 9786092.

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

Color convert

RGB 236 82 149 -
CMYK 0 0.65 0.37 0.07
HSL 333.9º 0.8% 0.62% -
HSV(B) 333.9º 0.65% 0.93% -
XYZ 43.03 26.04 31.19 -
YUV 135.68 135.52 199.55 -
System Red Green Blue C M Y K H S L
Decimal 236 82 149 0 0.65 0.37 0.07 333.9 0.8 0.62
Hex EC 52 95 0 41 25 7 14E 50 3E
Octal 354 122 225 0 101 45 7 516 120 76
Binary 11101100 1010010 10010101 0 1000001 100101 111 101001110 1010000 111110

Color Harmonies of #EC5295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5295

Black with #EC5295

Text Example


Text Example

White with #EC5295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5295; }

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

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

background-color css

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

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

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

border-color css

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

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

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