Html Css Color HEX #EC4C8A French Rose

📋 copy color: '#EC4C8A'

red 236 ◦ green 76 ◦ blue 138

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

Shades of French Rose #EC4C8A

Tints of French Rose #EC4C8A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.89%

 BLUE value IS 138 (54.3% from 255) = 30.67%

R = 52.44%
G = 16.89%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC4C8A (or 0xEC4C8A) is known color: French Rose. HEX triplet: EC, 4C and 8A. RGB value is (236,76,138). Sum of RGB (Red+Green+Blue) = 236+76+138=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4C8A is #13B375. Grayscale: #828282. Windows color (decimal): -1291126 or 9063660. OLE color: 9063660.

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

Color convert

RGB 236 76 138 -
CMYK 0 0.68 0.42 0.07
HSL 336.75º 0.81% 0.61% -
HSV(B) 336.75º 0.68% 0.93% -
XYZ 41.76 24.84 26.64 -
YUV 130.91 132.01 202.96 -
System Red Green Blue C M Y K H S L
Decimal 236 76 138 0 0.68 0.42 0.07 336.75 0.81 0.61
Hex EC 4C 8A 0 44 2A 7 151 51 3D
Octal 354 114 212 0 104 52 7 521 121 75
Binary 11101100 1001100 10001010 0 1000100 101010 111 101010001 1010001 111101

Color Harmonies of #EC4C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4C8A

Black with #EC4C8A

Text Example


Text Example

White with #EC4C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4C8A; }

 p { color: rgb(236,76,138); }

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

background-color css

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

 a { background-color: rgb(236,76,138); }

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

border-color css

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

 span { border-color: rgb(236,76,138); }

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