Html Css Color HEX #EC488B French Rose

📋 copy color: '#EC488B'

red 236 ◦ green 72 ◦ blue 139

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

Shades of French Rose #EC488B

Tints of French Rose #EC488B

RGB

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

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

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

R = 52.8%
G = 16.11%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC488B (or 0xEC488B) is known color: French Rose. HEX triplet: EC, 48 and 8B. RGB value is (236,72,139). Sum of RGB (Red+Green+Blue) = 236+72+139=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC488B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC488B is #13B774. Grayscale: #808080. Windows color (decimal): -1292149 or 9128172. OLE color: 9128172.

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

Color convert

RGB 236 72 139 -
CMYK 0 0.69 0.41 0.07
HSL 335.49º 0.81% 0.6% -
HSV(B) 335.49º 0.69% 0.93% -
XYZ 41.57 24.33 26.93 -
YUV 128.67 133.83 204.55 -
System Red Green Blue C M Y K H S L
Decimal 236 72 139 0 0.69 0.41 0.07 335.49 0.81 0.6
Hex EC 48 8B 0 45 29 7 14F 51 3C
Octal 354 110 213 0 105 51 7 517 121 74
Binary 11101100 1001000 10001011 0 1000101 101001 111 101001111 1010001 111100

Color Harmonies of #EC488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC488B

Black with #EC488B

Text Example


Text Example

White with #EC488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC488B; }

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

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

background-color css

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

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

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

border-color css

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

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

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