Html Css Color HEX #EC6475 Froly

📋 copy color: '#EC6475'

red 236 ◦ green 100 ◦ blue 117

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

Shades of Froly #EC6475

Tints of Froly #EC6475

RGB

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

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

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

R = 52.1%
G = 22.08%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC6475 (or 0xEC6475) is known color: Froly. HEX triplet: EC, 64 and 75. RGB value is (236,100,117). Sum of RGB (Red+Green+Blue) = 236+100+117=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6475 is #139B8A. Grayscale: #8E8E8E. Windows color (decimal): -1285003 or 7693548. OLE color: 7693548.

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

Color convert

RGB 236 100 117 -
CMYK 0 0.58 0.50 0.07
HSL 352.5º 0.78% 0.66% -
HSV(B) 352.5º 0.58% 0.93% -
XYZ 42.36 28.23 20.05 -
YUV 142.6 113.56 194.62 -
System Red Green Blue C M Y K H S L
Decimal 236 100 117 0 0.58 0.50 0.07 352.5 0.78 0.66
Hex EC 64 75 0 3A 32 7 160 4E 42
Octal 354 144 165 0 72 62 7 540 116 102
Binary 11101100 1100100 1110101 0 111010 110010 111 101100000 1001110 1000010

Color Harmonies of #EC6475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6475

Black with #EC6475

Text Example


Text Example

White with #EC6475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6475; }

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

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

background-color css

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

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

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

border-color css

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

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

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