Html Css Color HEX #EC6770 Froly

📋 copy color: '#EC6770'

red 236 ◦ green 103 ◦ blue 112

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

Shades of Froly #EC6770

Tints of Froly #EC6770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.84%

 BLUE value IS 112 (44.14% from 255) = 24.83%

R = 52.33%
G = 22.84%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC6770 (or 0xEC6770) is known color: Froly. HEX triplet: EC, 67 and 70. RGB value is (236,103,112). Sum of RGB (Red+Green+Blue) = 236+103+112=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6770 is #13988F. Grayscale: #8F8F8F. Windows color (decimal): -1284240 or 7366636. OLE color: 7366636.

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

Color convert

RGB 236 103 112 -
CMYK 0 0.56 0.53 0.07
HSL 355.94º 0.78% 0.66% -
HSV(B) 355.94º 0.56% 0.93% -
XYZ 42.37 28.7 18.64 -
YUV 143.79 110.06 193.77 -
System Red Green Blue C M Y K H S L
Decimal 236 103 112 0 0.56 0.53 0.07 355.94 0.78 0.66
Hex EC 67 70 0 38 35 7 164 4E 42
Octal 354 147 160 0 70 65 7 544 116 102
Binary 11101100 1100111 1110000 0 111000 110101 111 101100100 1001110 1000010

Color Harmonies of #EC6770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6770

Black with #EC6770

Text Example


Text Example

White with #EC6770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6770; }

 p { color: rgb(236,103,112); }

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

background-color css

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

 a { background-color: rgb(236,103,112); }

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

border-color css

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

 span { border-color: rgb(236,103,112); }

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