Html Css Color HEX #EC6369 Froly

📋 copy color: '#EC6369'

red 236 ◦ green 99 ◦ blue 105

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

Shades of Froly #EC6369

Tints of Froly #EC6369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.86%

R = 53.64%
G = 22.5%
B = 23.86%

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

#EC6369 (or 0xEC6369) is known color: Froly. HEX triplet: EC, 63 and 69. RGB value is (236,99,105). Sum of RGB (Red+Green+Blue) = 236+99+105=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6369 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6369 is #139C96. Grayscale: #8C8C8C. Windows color (decimal): -1285271 or 6906860. OLE color: 6906860.

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

Color convert

RGB 236 99 105 -
CMYK 0 0.58 0.56 0.07
HSL 357.37º 0.78% 0.66% -
HSV(B) 357.37º 0.58% 0.93% -
XYZ 41.6 27.78 16.53 -
YUV 140.65 107.89 196.01 -
System Red Green Blue C M Y K H S L
Decimal 236 99 105 0 0.58 0.56 0.07 357.37 0.78 0.66
Hex EC 63 69 0 3A 38 7 165 4E 42
Octal 354 143 151 0 72 70 7 545 116 102
Binary 11101100 1100011 1101001 0 111010 111000 111 101100101 1001110 1000010

Color Harmonies of #EC6369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6369

Black with #EC6369

Text Example


Text Example

White with #EC6369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6369; }

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

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

background-color css

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

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

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

border-color css

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

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

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