Html Css Color HEX #EC6775 Froly

📋 copy color: '#EC6775'

red 236 ◦ green 103 ◦ blue 117

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

Shades of Froly #EC6775

Tints of Froly #EC6775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.66%

R = 51.75%
G = 22.59%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC6775 (or 0xEC6775) is known color: Froly. HEX triplet: EC, 67 and 75. RGB value is (236,103,117). Sum of RGB (Red+Green+Blue) = 236+103+117=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6775 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6775 is #13988A. Grayscale: #909090. Windows color (decimal): -1284235 or 7694316. OLE color: 7694316.

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

Color convert

RGB 236 103 117 -
CMYK 0 0.56 0.50 0.07
HSL 353.68º 0.78% 0.66% -
HSV(B) 353.68º 0.56% 0.93% -
XYZ 42.65 28.82 20.14 -
YUV 144.36 112.56 193.36 -
System Red Green Blue C M Y K H S L
Decimal 236 103 117 0 0.56 0.50 0.07 353.68 0.78 0.66
Hex EC 67 75 0 38 32 7 162 4E 42
Octal 354 147 165 0 70 62 7 542 116 102
Binary 11101100 1100111 1110101 0 111000 110010 111 101100010 1001110 1000010

Color Harmonies of #EC6775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6775

Black with #EC6775

Text Example


Text Example

White with #EC6775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6775; }

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

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

background-color css

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

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

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

border-color css

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

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

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