Html Css Color HEX #EC6468 Froly

📋 copy color: '#EC6468'

red 236 ◦ green 100 ◦ blue 104

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

Shades of Froly #EC6468

Tints of Froly #EC6468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.73%

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

R = 53.64%
G = 22.73%
B = 23.64%

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

#EC6468 (or 0xEC6468) is known color: Froly. HEX triplet: EC, 64 and 68. RGB value is (236,100,104). Sum of RGB (Red+Green+Blue) = 236+100+104=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6468 is #139B97. Grayscale: #8D8D8D. Windows color (decimal): -1285016 or 6841580. OLE color: 6841580.

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

Color convert

RGB 236 100 104 -
CMYK 0 0.58 0.56 0.07
HSL 358.24º 0.78% 0.66% -
HSV(B) 358.24º 0.58% 0.93% -
XYZ 41.65 27.95 16.3 -
YUV 141.12 107.06 195.67 -
System Red Green Blue C M Y K H S L
Decimal 236 100 104 0 0.58 0.56 0.07 358.24 0.78 0.66
Hex EC 64 68 0 3A 38 7 166 4E 42
Octal 354 144 150 0 72 70 7 546 116 102
Binary 11101100 1100100 1101000 0 111010 111000 111 101100110 1001110 1000010

Color Harmonies of #EC6468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6468

Black with #EC6468

Text Example


Text Example

White with #EC6468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6468; }

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

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

background-color css

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

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

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

border-color css

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

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

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