Html Css Color HEX #EC488D French Rose

📋 copy color: '#EC488D'

red 236 ◦ green 72 ◦ blue 141

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

Shades of French Rose #EC488D

Tints of French Rose #EC488D

RGB

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

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

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

R = 52.56%
G = 16.04%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC488D (or 0xEC488D) is known color: French Rose. HEX triplet: EC, 48 and 8D. RGB value is (236,72,141). Sum of RGB (Red+Green+Blue) = 236+72+141=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC488D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC488D is #13B772. Grayscale: #808080. Windows color (decimal): -1292147 or 9259244. OLE color: 9259244.

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

Color convert

RGB 236 72 141 -
CMYK 0 0.69 0.40 0.07
HSL 334.76º 0.81% 0.6% -
HSV(B) 334.76º 0.69% 0.93% -
XYZ 41.72 24.39 27.71 -
YUV 128.9 134.83 204.39 -
System Red Green Blue C M Y K H S L
Decimal 236 72 141 0 0.69 0.40 0.07 334.76 0.81 0.6
Hex EC 48 8D 0 45 28 7 14F 51 3C
Octal 354 110 215 0 105 50 7 517 121 74
Binary 11101100 1001000 10001101 0 1000101 101000 111 101001111 1010001 111100

Color Harmonies of #EC488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC488D

Black with #EC488D

Text Example


Text Example

White with #EC488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC488D; }

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

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

background-color css

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

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

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

border-color css

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

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

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