Html Css Color HEX #EC5098 French Rose

📋 copy color: '#EC5098'

red 236 ◦ green 80 ◦ blue 152

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

Shades of French Rose #EC5098

Tints of French Rose #EC5098

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.09%

 BLUE value IS 152 (59.77% from 255) = 32.48%

R = 50.43%
G = 17.09%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC5098 (or 0xEC5098) is known color: French Rose. HEX triplet: EC, 50 and 98. RGB value is (236,80,152). Sum of RGB (Red+Green+Blue) = 236+80+152=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5098 is #13AF67. Grayscale: #868686. Windows color (decimal): -1290088 or 9982188. OLE color: 9982188.

HSL color Cylindrical-coordinate representation of color #EC5098: hue angle of 332.31º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC5098 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 80 152 -
CMYK 0 0.66 0.36 0.07
HSL 332.31º 0.8% 0.62% -
HSV(B) 332.31º 0.66% 0.93% -
XYZ 43.13 25.84 32.42 -
YUV 134.85 137.68 200.15 -
System Red Green Blue C M Y K H S L
Decimal 236 80 152 0 0.66 0.36 0.07 332.31 0.8 0.62
Hex EC 50 98 0 42 24 7 14C 50 3E
Octal 354 120 230 0 102 44 7 514 120 76
Binary 11101100 1010000 10011000 0 1000010 100100 111 101001100 1010000 111110

Color Harmonies of #EC5098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5098

Black with #EC5098

Text Example


Text Example

White with #EC5098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5098; }

 p { color: rgb(236,80,152); }

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

background-color css

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

 a { background-color: rgb(236,80,152); }

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

border-color css

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

 span { border-color: rgb(236,80,152); }

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