Html Css Color HEX #EC4A83 French Rose

📋 copy color: '#EC4A83'

red 236 ◦ green 74 ◦ blue 131

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

Shades of French Rose #EC4A83

Tints of French Rose #EC4A83

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.78%

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

R = 53.51%
G = 16.78%
B = 29.71%

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

#EC4A83 (or 0xEC4A83) is known color: French Rose. HEX triplet: EC, 4A and 83. RGB value is (236,74,131). Sum of RGB (Red+Green+Blue) = 236+74+131=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4A83 is #13B57C. Grayscale: #808080. Windows color (decimal): -1291645 or 8604396. OLE color: 8604396.

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

Color convert

RGB 236 74 131 -
CMYK 0 0.69 0.44 0.07
HSL 338.89º 0.81% 0.61% -
HSV(B) 338.89º 0.69% 0.93% -
XYZ 41.14 24.37 24.01 -
YUV 128.94 129.17 204.37 -
System Red Green Blue C M Y K H S L
Decimal 236 74 131 0 0.69 0.44 0.07 338.89 0.81 0.61
Hex EC 4A 83 0 45 2C 7 153 51 3D
Octal 354 112 203 0 105 54 7 523 121 75
Binary 11101100 1001010 10000011 0 1000101 101100 111 101010011 1010001 111101

Color Harmonies of #EC4A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4A83

Black with #EC4A83

Text Example


Text Example

White with #EC4A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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