Html Css Color HEX #EC4F8D French Rose

📋 copy color: '#EC4F8D'

red 236 ◦ green 79 ◦ blue 141

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

Shades of French Rose #EC4F8D

Tints of French Rose #EC4F8D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.32%

 BLUE value IS 141 (55.47% from 255) = 30.92%

R = 51.75%
G = 17.32%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC4F8D (or 0xEC4F8D) is known color: French Rose. HEX triplet: EC, 4F and 8D. RGB value is (236,79,141). Sum of RGB (Red+Green+Blue) = 236+79+141=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4F8D is #13B072. Grayscale: #848484. Windows color (decimal): -1290355 or 9261036. OLE color: 9261036.

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

Color convert

RGB 236 79 141 -
CMYK 0 0.67 0.40 0.07
HSL 336.31º 0.81% 0.62% -
HSV(B) 336.31º 0.67% 0.93% -
XYZ 42.2 25.35 27.87 -
YUV 133.01 132.51 201.46 -
System Red Green Blue C M Y K H S L
Decimal 236 79 141 0 0.67 0.40 0.07 336.31 0.81 0.62
Hex EC 4F 8D 0 43 28 7 150 51 3E
Octal 354 117 215 0 103 50 7 520 121 76
Binary 11101100 1001111 10001101 0 1000011 101000 111 101010000 1010001 111110

Color Harmonies of #EC4F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4F8D

Black with #EC4F8D

Text Example


Text Example

White with #EC4F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4F8D; }

 p { color: rgb(236,79,141); }

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

background-color css

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

 a { background-color: rgb(236,79,141); }

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

border-color css

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

 span { border-color: rgb(236,79,141); }

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