Html Css Color HEX #EC6268 Froly

📋 copy color: '#EC6268'

red 236 ◦ green 98 ◦ blue 104

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

Shades of Froly #EC6268

Tints of Froly #EC6268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.37%

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

R = 53.88%
G = 22.37%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC6268 (or 0xEC6268) is known color: Froly. HEX triplet: EC, 62 and 68. RGB value is (236,98,104). Sum of RGB (Red+Green+Blue) = 236+98+104=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6268 is #139D97. Grayscale: #8C8C8C. Windows color (decimal): -1285528 or 6841068. OLE color: 6841068.

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

Color convert

RGB 236 98 104 -
CMYK 0 0.58 0.56 0.07
HSL 357.39º 0.78% 0.65% -
HSV(B) 357.39º 0.58% 0.93% -
XYZ 41.46 27.57 16.23 -
YUV 139.95 107.72 196.51 -
System Red Green Blue C M Y K H S L
Decimal 236 98 104 0 0.58 0.56 0.07 357.39 0.78 0.65
Hex EC 62 68 0 3A 38 7 165 4E 41
Octal 354 142 150 0 72 70 7 545 116 101
Binary 11101100 1100010 1101000 0 111010 111000 111 101100101 1001110 1000001

Color Harmonies of #EC6268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6268

Black with #EC6268

Text Example


Text Example

White with #EC6268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6268; }

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

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

background-color css

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

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

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

border-color css

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

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

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