Html Css Color HEX #EC5A92 French Rose

📋 copy color: '#EC5A92'

red 236 ◦ green 90 ◦ blue 146

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

Shades of French Rose #EC5A92

Tints of French Rose #EC5A92

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.07%

 BLUE value IS 146 (57.42% from 255) = 30.93%

R = 50%
G = 19.07%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC5A92 (or 0xEC5A92) is known color: French Rose. HEX triplet: EC, 5A and 92. RGB value is (236,90,146). Sum of RGB (Red+Green+Blue) = 236+90+146=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5A92 is #13A56D. Grayscale: #8B8B8B. Windows color (decimal): -1287534 or 9591532. OLE color: 9591532.

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

Color convert

RGB 236 90 146 -
CMYK 0 0.62 0.38 0.07
HSL 336.99º 0.79% 0.64% -
HSV(B) 336.99º 0.62% 0.93% -
XYZ 43.44 27.22 30.16 -
YUV 140.04 131.37 196.45 -
System Red Green Blue C M Y K H S L
Decimal 236 90 146 0 0.62 0.38 0.07 336.99 0.79 0.64
Hex EC 5A 92 0 3E 26 7 151 4F 40
Octal 354 132 222 0 76 46 7 521 117 100
Binary 11101100 1011010 10010010 0 111110 100110 111 101010001 1001111 1000000

Color Harmonies of #EC5A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5A92

Black with #EC5A92

Text Example


Text Example

White with #EC5A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5A92; }

 p { color: rgb(236,90,146); }

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

background-color css

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

 a { background-color: rgb(236,90,146); }

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

border-color css

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

 span { border-color: rgb(236,90,146); }

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