Html Css Color HEX #EC6068 Froly

📋 copy color: '#EC6068'

red 236 ◦ green 96 ◦ blue 104

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

Shades of Froly #EC6068

Tints of Froly #EC6068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.85%

R = 54.13%
G = 22.02%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC6068 (or 0xEC6068) is known color: Froly. HEX triplet: EC, 60 and 68. RGB value is (236,96,104). Sum of RGB (Red+Green+Blue) = 236+96+104=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6068 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6068 is #139F97. Grayscale: #8A8A8A. Windows color (decimal): -1286040 or 6840556. OLE color: 6840556.

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

Color convert

RGB 236 96 104 -
CMYK 0 0.59 0.56 0.07
HSL 356.57º 0.79% 0.65% -
HSV(B) 356.57º 0.59% 0.93% -
XYZ 41.27 27.2 16.17 -
YUV 138.77 108.38 197.35 -
System Red Green Blue C M Y K H S L
Decimal 236 96 104 0 0.59 0.56 0.07 356.57 0.79 0.65
Hex EC 60 68 0 3B 38 7 165 4F 41
Octal 354 140 150 0 73 70 7 545 117 101
Binary 11101100 1100000 1101000 0 111011 111000 111 101100101 1001111 1000001

Color Harmonies of #EC6068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6068

Black with #EC6068

Text Example


Text Example

White with #EC6068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6068; }

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

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

background-color css

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

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

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

border-color css

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

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

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