Html Css Color HEX #EC5894 French Rose

📋 copy color: '#EC5894'

red 236 ◦ green 88 ◦ blue 148

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

Shades of French Rose #EC5894

Tints of French Rose #EC5894

RGB

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

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

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

R = 50%
G = 18.64%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC5894 (or 0xEC5894) is known color: French Rose. HEX triplet: EC, 58 and 94. RGB value is (236,88,148). Sum of RGB (Red+Green+Blue) = 236+88+148=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5894 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5894 is #13A76B. Grayscale: #8B8B8B. Windows color (decimal): -1288044 or 9722092. OLE color: 9722092.

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

Color convert

RGB 236 88 148 -
CMYK 0 0.63 0.37 0.07
HSL 335.68º 0.8% 0.64% -
HSV(B) 335.68º 0.63% 0.93% -
XYZ 43.43 26.95 30.93 -
YUV 139.09 133.03 197.12 -
System Red Green Blue C M Y K H S L
Decimal 236 88 148 0 0.63 0.37 0.07 335.68 0.8 0.64
Hex EC 58 94 0 3F 25 7 150 50 40
Octal 354 130 224 0 77 45 7 520 120 100
Binary 11101100 1011000 10010100 0 111111 100101 111 101010000 1010000 1000000

Color Harmonies of #EC5894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5894

Black with #EC5894

Text Example


Text Example

White with #EC5894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5894; }

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

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

background-color css

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

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

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

border-color css

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

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

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