Html Css Color HEX #EC6063 Froly

📋 copy color: '#EC6063'

red 236 ◦ green 96 ◦ blue 99

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

Shades of Froly #EC6063

Tints of Froly #EC6063

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.27%

 BLUE value IS 99 (39.06% from 255) = 22.97%

R = 54.76%
G = 22.27%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC6063 (or 0xEC6063) is known color: Froly. HEX triplet: EC, 60 and 63. RGB value is (236,96,99). Sum of RGB (Red+Green+Blue) = 236+96+99=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6063 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6063 is #139F9C. Grayscale: #8A8A8A. Windows color (decimal): -1286045 or 6512876. OLE color: 6512876.

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

Color convert

RGB 236 96 99 -
CMYK 0 0.59 0.58 0.07
HSL 358.71º 0.79% 0.65% -
HSV(B) 358.71º 0.59% 0.93% -
XYZ 41.03 27.1 14.87 -
YUV 138.2 105.88 197.76 -
System Red Green Blue C M Y K H S L
Decimal 236 96 99 0 0.59 0.58 0.07 358.71 0.79 0.65
Hex EC 60 63 0 3B 3A 7 167 4F 41
Octal 354 140 143 0 73 72 7 547 117 101
Binary 11101100 1100000 1100011 0 111011 111010 111 101100111 1001111 1000001

Color Harmonies of #EC6063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6063

Black with #EC6063

Text Example


Text Example

White with #EC6063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6063; }

 p { color: rgb(236,96,99); }

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

background-color css

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

 a { background-color: rgb(236,96,99); }

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

border-color css

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

 span { border-color: rgb(236,96,99); }

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