Html Css Color HEX #EC6478 Froly

📋 copy color: '#EC6478'

red 236 ◦ green 100 ◦ blue 120

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

Shades of Froly #EC6478

Tints of Froly #EC6478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.32%

R = 51.75%
G = 21.93%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC6478 (or 0xEC6478) is known color: Froly. HEX triplet: EC, 64 and 78. RGB value is (236,100,120). Sum of RGB (Red+Green+Blue) = 236+100+120=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6478 is #139B87. Grayscale: #8F8F8F. Windows color (decimal): -1285000 or 7890156. OLE color: 7890156.

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

Color convert

RGB 236 100 120 -
CMYK 0 0.58 0.49 0.07
HSL 351.18º 0.78% 0.66% -
HSV(B) 351.18º 0.58% 0.93% -
XYZ 42.54 28.3 20.99 -
YUV 142.94 115.06 194.37 -
System Red Green Blue C M Y K H S L
Decimal 236 100 120 0 0.58 0.49 0.07 351.18 0.78 0.66
Hex EC 64 78 0 3A 31 7 15F 4E 42
Octal 354 144 170 0 72 61 7 537 116 102
Binary 11101100 1100100 1111000 0 111010 110001 111 101011111 1001110 1000010

Color Harmonies of #EC6478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6478

Black with #EC6478

Text Example


Text Example

White with #EC6478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6478; }

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

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

background-color css

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

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

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

border-color css

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

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

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