Html Css Color HEX #EC6062 Froly

📋 copy color: '#EC6062'

red 236 ◦ green 96 ◦ blue 98

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

Shades of Froly #EC6062

Tints of Froly #EC6062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.79%

R = 54.88%
G = 22.33%
B = 22.79%

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

#EC6062 (or 0xEC6062) is known color: Froly. HEX triplet: EC, 60 and 62. RGB value is (236,96,98). Sum of RGB (Red+Green+Blue) = 236+96+98=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6062 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6062 is #139F9D. Grayscale: #8A8A8A. Windows color (decimal): -1286046 or 6447340. OLE color: 6447340.

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

Color convert

RGB 236 96 98 -
CMYK 0 0.59 0.58 0.07
HSL 359.14º 0.79% 0.65% -
HSV(B) 359.14º 0.59% 0.93% -
XYZ 40.98 27.08 14.62 -
YUV 138.09 105.38 197.84 -
System Red Green Blue C M Y K H S L
Decimal 236 96 98 0 0.59 0.58 0.07 359.14 0.79 0.65
Hex EC 60 62 0 3B 3A 7 167 4F 41
Octal 354 140 142 0 73 72 7 547 117 101
Binary 11101100 1100000 1100010 0 111011 111010 111 101100111 1001111 1000001

Color Harmonies of #EC6062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6062

Black with #EC6062

Text Example


Text Example

White with #EC6062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6062; }

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

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

background-color css

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

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

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

border-color css

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

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

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