Html Css Color HEX #EC488A French Rose

📋 copy color: '#EC488A'

red 236 ◦ green 72 ◦ blue 138

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

Shades of French Rose #EC488A

Tints of French Rose #EC488A

RGB

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

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

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

R = 52.91%
G = 16.14%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC488A (or 0xEC488A) is known color: French Rose. HEX triplet: EC, 48 and 8A. RGB value is (236,72,138). Sum of RGB (Red+Green+Blue) = 236+72+138=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC488A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC488A is #13B775. Grayscale: #808080. Windows color (decimal): -1292150 or 9062636. OLE color: 9062636.

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

Color convert

RGB 236 72 138 -
CMYK 0 0.69 0.42 0.07
HSL 335.85º 0.81% 0.6% -
HSV(B) 335.85º 0.69% 0.93% -
XYZ 41.5 24.3 26.55 -
YUV 128.56 133.33 204.63 -
System Red Green Blue C M Y K H S L
Decimal 236 72 138 0 0.69 0.42 0.07 335.85 0.81 0.6
Hex EC 48 8A 0 45 2A 7 150 51 3C
Octal 354 110 212 0 105 52 7 520 121 74
Binary 11101100 1001000 10001010 0 1000101 101010 111 101010000 1010001 111100

Color Harmonies of #EC488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC488A

Black with #EC488A

Text Example


Text Example

White with #EC488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC488A; }

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

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

background-color css

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

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

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

border-color css

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

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

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