Html Css Color HEX #EC5C68 Froly

📋 copy color: '#EC5C68'

red 236 ◦ green 92 ◦ blue 104

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

Shades of Froly #EC5C68

Tints of Froly #EC5C68

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.3%

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

R = 54.63%
G = 21.3%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC5C68 (or 0xEC5C68) is known color: Froly. HEX triplet: EC, 5C and 68. RGB value is (236,92,104). Sum of RGB (Red+Green+Blue) = 236+92+104=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5C68 is #13A397. Grayscale: #888888. Windows color (decimal): -1287064 or 6839532. OLE color: 6839532.

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

Color convert

RGB 236 92 104 -
CMYK 0 0.61 0.56 0.07
HSL 355º 0.79% 0.64% -
HSV(B) 355º 0.61% 0.93% -
XYZ 40.92 26.49 16.05 -
YUV 136.42 109.71 199.02 -
System Red Green Blue C M Y K H S L
Decimal 236 92 104 0 0.61 0.56 0.07 355 0.79 0.64
Hex EC 5C 68 0 3D 38 7 163 4F 40
Octal 354 134 150 0 75 70 7 543 117 100
Binary 11101100 1011100 1101000 0 111101 111000 111 101100011 1001111 1000000

Color Harmonies of #EC5C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5C68

Black with #EC5C68

Text Example


Text Example

White with #EC5C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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