Html Css Color HEX #EC4F8A French Rose

📋 copy color: '#EC4F8A'

red 236 ◦ green 79 ◦ blue 138

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

Shades of French Rose #EC4F8A

Tints of French Rose #EC4F8A

RGB

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

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

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

R = 52.1%
G = 17.44%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC4F8A (or 0xEC4F8A) is known color: French Rose. HEX triplet: EC, 4F and 8A. RGB value is (236,79,138). Sum of RGB (Red+Green+Blue) = 236+79+138=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4F8A is #13B075. Grayscale: #848484. Windows color (decimal): -1290358 or 9064428. OLE color: 9064428.

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

Color convert

RGB 236 79 138 -
CMYK 0 0.67 0.42 0.07
HSL 337.45º 0.81% 0.62% -
HSV(B) 337.45º 0.67% 0.93% -
XYZ 41.98 25.26 26.71 -
YUV 132.67 131.01 201.7 -
System Red Green Blue C M Y K H S L
Decimal 236 79 138 0 0.67 0.42 0.07 337.45 0.81 0.62
Hex EC 4F 8A 0 43 2A 7 151 51 3E
Octal 354 117 212 0 103 52 7 521 121 76
Binary 11101100 1001111 10001010 0 1000011 101010 111 101010001 1010001 111110

Color Harmonies of #EC4F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4F8A

Black with #EC4F8A

Text Example


Text Example

White with #EC4F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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