Html Css Color HEX #EC4983 French Rose

📋 copy color: '#EC4983'

red 236 ◦ green 73 ◦ blue 131

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

Shades of French Rose #EC4983

Tints of French Rose #EC4983

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.59%

 BLUE value IS 131 (51.56% from 255) = 29.77%

R = 53.64%
G = 16.59%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC4983 (or 0xEC4983) is known color: French Rose. HEX triplet: EC, 49 and 83. RGB value is (236,73,131). Sum of RGB (Red+Green+Blue) = 236+73+131=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4983 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4983 is #13B67C. Grayscale: #808080. Windows color (decimal): -1291901 or 8604140. OLE color: 8604140.

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

Color convert

RGB 236 73 131 -
CMYK 0 0.69 0.44 0.07
HSL 338.65º 0.81% 0.61% -
HSV(B) 338.65º 0.69% 0.93% -
XYZ 41.07 24.24 23.99 -
YUV 128.35 129.5 204.78 -
System Red Green Blue C M Y K H S L
Decimal 236 73 131 0 0.69 0.44 0.07 338.65 0.81 0.61
Hex EC 49 83 0 45 2C 7 153 51 3D
Octal 354 111 203 0 105 54 7 523 121 75
Binary 11101100 1001001 10000011 0 1000101 101100 111 101010011 1010001 111101

Color Harmonies of #EC4983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4983

Black with #EC4983

Text Example


Text Example

White with #EC4983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4983; }

 p { color: rgb(236,73,131); }

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

background-color css

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

 a { background-color: rgb(236,73,131); }

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

border-color css

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

 span { border-color: rgb(236,73,131); }

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