Html Css Color HEX #EC6875 Froly

📋 copy color: '#EC6875'

red 236 ◦ green 104 ◦ blue 117

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

Shades of Froly #EC6875

Tints of Froly #EC6875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.76%

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

R = 51.64%
G = 22.76%
B = 25.6%

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

#EC6875 (or 0xEC6875) is known color: Froly. HEX triplet: EC, 68 and 75. RGB value is (236,104,117). Sum of RGB (Red+Green+Blue) = 236+104+117=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6875 is #13978A. Grayscale: #919191. Windows color (decimal): -1283979 or 7694572. OLE color: 7694572.

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

Color convert

RGB 236 104 117 -
CMYK 0 0.56 0.50 0.07
HSL 354.09º 0.78% 0.67% -
HSV(B) 354.09º 0.56% 0.93% -
XYZ 42.75 29.02 20.18 -
YUV 144.95 112.23 192.94 -
System Red Green Blue C M Y K H S L
Decimal 236 104 117 0 0.56 0.50 0.07 354.09 0.78 0.67
Hex EC 68 75 0 38 32 7 162 4E 43
Octal 354 150 165 0 70 62 7 542 116 103
Binary 11101100 1101000 1110101 0 111000 110010 111 101100010 1001110 1000011

Color Harmonies of #EC6875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6875

Black with #EC6875

Text Example


Text Example

White with #EC6875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6875; }

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

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

background-color css

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

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

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

border-color css

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

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

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