Html Css Color HEX #EC4C8B French Rose

📋 copy color: '#EC4C8B'

red 236 ◦ green 76 ◦ blue 139

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

Shades of French Rose #EC4C8B

Tints of French Rose #EC4C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.82%

R = 52.33%
G = 16.85%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC4C8B (or 0xEC4C8B) is known color: French Rose. HEX triplet: EC, 4C and 8B. RGB value is (236,76,139). Sum of RGB (Red+Green+Blue) = 236+76+139=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4C8B is #13B374. Grayscale: #828282. Windows color (decimal): -1291125 or 9129196. OLE color: 9129196.

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

Color convert

RGB 236 76 139 -
CMYK 0 0.68 0.41 0.07
HSL 336.38º 0.81% 0.61% -
HSV(B) 336.38º 0.68% 0.93% -
XYZ 41.84 24.87 27.02 -
YUV 131.02 132.51 202.88 -
System Red Green Blue C M Y K H S L
Decimal 236 76 139 0 0.68 0.41 0.07 336.38 0.81 0.61
Hex EC 4C 8B 0 44 29 7 150 51 3D
Octal 354 114 213 0 104 51 7 520 121 75
Binary 11101100 1001100 10001011 0 1000100 101001 111 101010000 1010001 111101

Color Harmonies of #EC4C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4C8B

Black with #EC4C8B

Text Example


Text Example

White with #EC4C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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