Html Css Color HEX #EC488F French Rose

📋 copy color: '#EC488F'

red 236 ◦ green 72 ◦ blue 143

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

Shades of French Rose #EC488F

Tints of French Rose #EC488F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.96%

 BLUE value IS 143 (56.25% from 255) = 31.71%

R = 52.33%
G = 15.96%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC488F (or 0xEC488F) is known color: French Rose. HEX triplet: EC, 48 and 8F. RGB value is (236,72,143). Sum of RGB (Red+Green+Blue) = 236+72+143=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC488F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC488F is #13B770. Grayscale: #818181. Windows color (decimal): -1292145 or 9390316. OLE color: 9390316.

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

Color convert

RGB 236 72 143 -
CMYK 0 0.69 0.39 0.07
HSL 334.02º 0.81% 0.6% -
HSV(B) 334.02º 0.69% 0.93% -
XYZ 41.87 24.45 28.5 -
YUV 129.13 135.83 204.23 -
System Red Green Blue C M Y K H S L
Decimal 236 72 143 0 0.69 0.39 0.07 334.02 0.81 0.6
Hex EC 48 8F 0 45 27 7 14E 51 3C
Octal 354 110 217 0 105 47 7 516 121 74
Binary 11101100 1001000 10001111 0 1000101 100111 111 101001110 1010001 111100

Color Harmonies of #EC488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC488F

Black with #EC488F

Text Example


Text Example

White with #EC488F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC488F; }

 p { color: rgb(236,72,143); }

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

background-color css

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

 a { background-color: rgb(236,72,143); }

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

border-color css

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

 span { border-color: rgb(236,72,143); }

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