Html Css Color HEX #EC4B94 French Rose

📋 copy color: '#EC4B94'

red 236 ◦ green 75 ◦ blue 148

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

Shades of French Rose #EC4B94

Tints of French Rose #EC4B94

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.34%

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

R = 51.42%
G = 16.34%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC4B94 (or 0xEC4B94) is known color: French Rose. HEX triplet: EC, 4B and 94. RGB value is (236,75,148). Sum of RGB (Red+Green+Blue) = 236+75+148=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4B94 is #13B46B. Grayscale: #838383. Windows color (decimal): -1291372 or 9718764. OLE color: 9718764.

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

Color convert

RGB 236 75 148 -
CMYK 0 0.68 0.37 0.07
HSL 332.8º 0.81% 0.61% -
HSV(B) 332.8º 0.68% 0.93% -
XYZ 42.45 25 30.61 -
YUV 131.46 137.34 202.56 -
System Red Green Blue C M Y K H S L
Decimal 236 75 148 0 0.68 0.37 0.07 332.8 0.81 0.61
Hex EC 4B 94 0 44 25 7 14D 51 3D
Octal 354 113 224 0 104 45 7 515 121 75
Binary 11101100 1001011 10010100 0 1000100 100101 111 101001101 1010001 111101

Color Harmonies of #EC4B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4B94

Black with #EC4B94

Text Example


Text Example

White with #EC4B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4B94; }

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

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

background-color css

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

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

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

border-color css

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

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

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