Html Css Color HEX #EC558D French Rose

📋 copy color: '#EC558D'

red 236 ◦ green 85 ◦ blue 141

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

Shades of French Rose #EC558D

Tints of French Rose #EC558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.4%

 BLUE value IS 141 (55.47% from 255) = 30.52%

R = 51.08%
G = 18.4%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC558D (or 0xEC558D) is known color: French Rose. HEX triplet: EC, 55 and 8D. RGB value is (236,85,141). Sum of RGB (Red+Green+Blue) = 236+85+141=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC558D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC558D is #13AA72. Grayscale: #888888. Windows color (decimal): -1288819 or 9262572. OLE color: 9262572.

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

Color convert

RGB 236 85 141 -
CMYK 0 0.64 0.40 0.07
HSL 337.75º 0.8% 0.63% -
HSV(B) 337.75º 0.64% 0.93% -
XYZ 42.65 26.25 28.02 -
YUV 136.53 130.53 198.95 -
System Red Green Blue C M Y K H S L
Decimal 236 85 141 0 0.64 0.40 0.07 337.75 0.8 0.63
Hex EC 55 8D 0 40 28 7 152 50 3F
Octal 354 125 215 0 100 50 7 522 120 77
Binary 11101100 1010101 10001101 0 1000000 101000 111 101010010 1010000 111111

Color Harmonies of #EC558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC558D

Black with #EC558D

Text Example


Text Example

White with #EC558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC558D; }

 p { color: rgb(236,85,141); }

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

background-color css

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

 a { background-color: rgb(236,85,141); }

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

border-color css

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

 span { border-color: rgb(236,85,141); }

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