Html Css Color HEX #EC6368 Froly

📋 copy color: '#EC6368'

red 236 ◦ green 99 ◦ blue 104

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

Shades of Froly #EC6368

Tints of Froly #EC6368

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.55%

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

R = 53.76%
G = 22.55%
B = 23.69%

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

#EC6368 (or 0xEC6368) is known color: Froly. HEX triplet: EC, 63 and 68. RGB value is (236,99,104). Sum of RGB (Red+Green+Blue) = 236+99+104=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6368 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6368 is #139C97. Grayscale: #8C8C8C. Windows color (decimal): -1285272 or 6841324. OLE color: 6841324.

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

Color convert

RGB 236 99 104 -
CMYK 0 0.58 0.56 0.07
HSL 357.81º 0.78% 0.66% -
HSV(B) 357.81º 0.58% 0.93% -
XYZ 41.55 27.76 16.26 -
YUV 140.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 236 99 104 0 0.58 0.56 0.07 357.81 0.78 0.66
Hex EC 63 68 0 3A 38 7 166 4E 42
Octal 354 143 150 0 72 70 7 546 116 102
Binary 11101100 1100011 1101000 0 111010 111000 111 101100110 1001110 1000010

Color Harmonies of #EC6368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6368

Black with #EC6368

Text Example


Text Example

White with #EC6368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6368; }

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

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

background-color css

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

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

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

border-color css

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

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

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